task | workstations add new group to list
This commit is contained in:
parent
6c78572734
commit
0fa13e499d
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue