a
This commit is contained in:
parent
25483265e1
commit
9c9a3fe8ad
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ in
|
|||
users.users.nia = {
|
||||
createHome = true;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "docker" "podman" ];
|
||||
openssh.authorizedKeys = [
|
||||
extraGroups = [ "docker" "podman" "wheel" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDq+jk1Bi8/x0lYDiVi/iVnp9nEleocoQ+xHmlpDt9Qs"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue