meow
This commit is contained in:
parent
c58c137f5a
commit
7f365f0bd2
3 changed files with 23 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ in
|
|||
users.extraUsers.${username} = {
|
||||
isNormalUser = true;
|
||||
uid = uid;
|
||||
extraGroups = [ "wheel" ] ++ extraGroups;
|
||||
extraGroups = [ "wheel" "cdrom" ] ++ extraGroups;
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = pubkeys.ragon.user ++ extraAuthorizedKeys;
|
||||
hashedPasswordFile = config.age.secrets.ragonPasswd.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue