diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 13:00:16 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 13:00:16 -0500 |
commit | 5e1b6bfd95f690a83b0fef454bcaff09ca570c2c (patch) | |
tree | ee36eebbc650e87d829f8019b6b709dc02bbef3d /hosts/optiplex/configuration.nix | |
parent | d3643a962b42440f706c9171a2644c41fcd2be8e (diff) | |
download | nixos-5e1b6bfd95f690a83b0fef454bcaff09ca570c2c.tar.xz nixos-5e1b6bfd95f690a83b0fef454bcaff09ca570c2c.zip |
use new configs for envy office and automount hoome nas optiplex
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 |