trantor mounts narwhal's nfs exports

feat/kile-v2
Ricard Illa 2023-02-12 16:17:08 +01:00
parent 4db623a136
commit 3b26ec85f9
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ in {
options = [ "subvol=swap" ];
};
"/mnt/narwhal" = {
device = "narwhal:/";
fsType = "nfs";
};
};
environment.variables = {