summaryrefslogtreecommitdiffstats
path: root/krebs/1systems
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-08-20 21:16:50 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-08-20 21:18:19 +0100
commite3fdcdbadfababea9ae70e88846956ebc45e28a0 (patch)
tree3c831dca688ce626feaab57cc821febd6eac326a /krebs/1systems
parent56d529277f0e6b5677a2f444202accdf11e8f2fe (diff)
mic92: lower-case user
Diffstat (limited to 'krebs/1systems')
-rw-r--r--krebs/1systems/puyak/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix
index a50d2eab..c84887ea 100644
--- a/krebs/1systems/puyak/config.nix
+++ b/krebs/1systems/puyak/config.nix
@@ -84,7 +84,7 @@
'';
users.users.joerg = {
- openssh.authorizedKeys.keys = [ config.krebs.users.Mic92.pubkey ];
+ openssh.authorizedKeys.keys = [ config.krebs.users.mic92.pubkey ];
isNormalUser = true;
shell = "/run/current-system/sw/bin/zsh";
};