diff --git a/trantor.nix b/trantor.nix index 3e0392b..c5973fe 100644 --- a/trantor.nix +++ b/trantor.nix @@ -78,6 +78,11 @@ in { options = [ "subvol=swap" ]; }; + "/mnt/narwhal" = { + device = "narwhal:/"; + fsType = "nfs"; + }; + }; environment.variables = {