diff --git a/configuration.nix b/configuration.nix index 87d8bc6..33362a1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,6 +78,13 @@ # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; + fileSystems."/home"= { + + device = "files:/mnt/default/homes"; + fsType = "nfs"; + + } + # Define a user account. Don't forget to set a password with ‘passwd’. users.users.petra = { isNormalUser = true;