fix nas users
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user