diff --git a/m/tent/configuration.nix b/m/tent/configuration.nix index 15baf92c..c3e126a3 100644 --- a/m/tent/configuration.nix +++ b/m/tent/configuration.nix @@ -65,6 +65,13 @@ fsType = "ext4"; }; + # Mount the NFS home + fileSystems."/nfs/home" = { + device = "10.106.0.30:/home"; + fsType = "nfs"; + options = [ "nfsvers=3" "rsize=1024" "wsize=1024" "cto" "nofail" ]; + }; + # Make a /vault/$USER directory for each user. systemd.services.create-vault-dirs = let # Take only normal users in tent