From 5e1b6bfd95f690a83b0fef454bcaff09ca570c2c Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 30 Aug 2025 13:00:16 -0500 Subject: use new configs for envy office and automount hoome nas optiplex --- hosts/optiplex/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/optiplex/configuration.nix') 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 -- cgit v1.2.3