diff options
Diffstat (limited to 'hosts/optiplex/configuration.nix')
| -rw-r--r-- | hosts/optiplex/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index e509e83..74d09b5 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -44,9 +44,8 @@ autologin.enable = true; nas = { enable = true; - #home.enable = true; - #home.automount = true; - office.enable = true; + home.enable = true; + home.automount = true; }; }; |
