puyak.r: add joerg user
This commit is contained in:
parent
ea33e34077
commit
0503dbba66
|
@ -65,4 +65,9 @@
|
|||
'';
|
||||
|
||||
users.extraUsers.root.openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ];
|
||||
users.users.joerg = {
|
||||
openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ];
|
||||
isNormalUser = true;
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue