From 3b26ec85f93a6f9bfd30afd97c91fcbdbc5ebc17 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 12 Feb 2023 16:17:08 +0100 Subject: [PATCH] trantor mounts narwhal's nfs exports --- trantor.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {