This commit is contained in:
Lucy Hochkamp 2024-04-16 20:34:59 +02:00
parent c58c137f5a
commit 7f365f0bd2
No known key found for this signature in database
3 changed files with 23 additions and 2 deletions

View file

@ -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;