diff options
Diffstat (limited to 'hosts/optiplex/configuration.nix')
-rw-r--r-- | hosts/optiplex/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index 6f7d4d4..c6483d1 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -39,7 +39,11 @@ _users.timmy = { enable = true; autologin.enable = true; - nas.enable = true; + nas = { + enable = true; + home.enable = true; + home.automount = true; + }; }; # Disable suspend |