fix nas users
This commit is contained in:
@@ -269,7 +269,8 @@ in
|
|||||||
users.nix-apps = {
|
users.nix-apps = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
uid = 911;
|
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;
|
initialHashedPassword = password;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user