diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2020-08-20 21:16:50 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2020-08-20 21:18:19 +0100 |
commit | e3fdcdbadfababea9ae70e88846956ebc45e28a0 (patch) | |
tree | 3c831dca688ce626feaab57cc821febd6eac326a /krebs/1systems | |
parent | 56d529277f0e6b5677a2f444202accdf11e8f2fe (diff) |
mic92: lower-case user
Diffstat (limited to 'krebs/1systems')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index a50d2eab4..c84887eaa 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"; }; |