fix nas users

This commit is contained in:
Matt Jallen
2024-02-20 10:23:18 -06:00
parent 5f9eb06a33
commit cad1bbc201

View File

@@ -267,7 +267,7 @@ in
# Nix app account
users.nix-apps = {
isNormalUser = true;
isSystemUser = true;
uid = 911;
extraGroups = [ "jallen-nas" "wheel" "docker" "podman" "libvirt" ]; # Enable sudo for the user.
initialHashedPassword = password;