From 0fb58fbbe2f3111ba13ad6a3c1eb4b9f4944ad42 Mon Sep 17 00:00:00 2001 From: Matt Jallen Date: Tue, 20 Feb 2024 10:24:33 -0600 Subject: [PATCH] fix nas users --- configuration-nas.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration-nas.nix b/configuration-nas.nix index 00deaaa..d939636 100644 --- a/configuration-nas.nix +++ b/configuration-nas.nix @@ -269,7 +269,8 @@ in users.nix-apps = { isSystemUser = true; uid = 911; - extraGroups = [ "jallen-nas" "wheel" "docker" "podman" "libvirt" ]; # Enable ‘sudo’ for the user. + group = "jallen-nas"; + extraGroups = [ "wheel" "docker" "podman" "libvirt" ]; # Enable ‘sudo’ for the user. initialHashedPassword = password; }; };