summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/puyak/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/1systems/puyak/config.nix')
-rw-r--r--krebs/1systems/puyak/config.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix
index 1ec2720b..95fa4234 100644
--- a/krebs/1systems/puyak/config.nix
+++ b/krebs/1systems/puyak/config.nix
@@ -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";
+ };
}