fix nas users

This commit is contained in:
Matt Jallen
2024-02-20 10:24:33 -06:00
parent cad1bbc201
commit 0fb58fbbe2

View File

@@ -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;
};
};