This commit is contained in:
Lucy Hochkamp 2024-11-10 23:58:12 +01:00
parent 25483265e1
commit 9c9a3fe8ad

View file

@ -74,8 +74,8 @@ in
users.users.nia = { users.users.nia = {
createHome = true; createHome = true;
isNormalUser = true; isNormalUser = true;
extraGroups = [ "docker" "podman" ]; extraGroups = [ "docker" "podman" "wheel" ];
openssh.authorizedKeys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDq+jk1Bi8/x0lYDiVi/iVnp9nEleocoQ+xHmlpDt9Qs" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDq+jk1Bi8/x0lYDiVi/iVnp9nEleocoQ+xHmlpDt9Qs"
]; ];
}; };