diff --git a/modules/secondary/default.nix b/modules/secondary/default.nix index e343ffa..00c8063 100644 --- a/modules/secondary/default.nix +++ b/modules/secondary/default.nix @@ -6,4 +6,8 @@ imports = [ ../desktop ]; + fileSystems."/mnt/sapphira" = { + device = "192.168.1.20:/root"; + fsType = "nfs"; + }; }