task | workstations add new group to list

This commit is contained in:
Don Harper 2026-04-22 22:24:14 -05:00
parent 6c78572734
commit 0fa13e499d

View file

@ -294,7 +294,7 @@ in {
isNormalUser = true;
initialPassword = "changeme";
description = "Don Harper";
extraGroups = ["networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk"];
extraGroups = ["networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk" "dialout"];
openssh.authorizedKeys.keys = [config.sops.secrets."users/don_sshauth".path];
};
};