diff options
author | makefu <github@syntax-fehler.de> | 2018-12-31 10:15:22 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-12-31 10:15:22 +0100 |
commit | e71561caafa36ad62fee67575bcd8f95af1032b7 (patch) | |
tree | 9f9af9b48b0752e240f920f4aa6d387214439f27 /makefu/1systems/cake | |
parent | c8c6c2e6c73cb8d64fd6be7ae7174b11582a9c04 (diff) |
ma cake.r: add Mic92 ssh key to authorized keys
Diffstat (limited to 'makefu/1systems/cake')
-rw-r--r-- | makefu/1systems/cake/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/cake/config.nix b/makefu/1systems/cake/config.nix index 1a617e52d..2491352eb 100644 --- a/makefu/1systems/cake/config.nix +++ b/makefu/1systems/cake/config.nix @@ -38,6 +38,9 @@ }) ]; networking.wireless.enable = true; + users.extraUsers.root.openssh.authorizedKeys.keys = [ + config.krebs.users.Mic92.pubkey + ]; # File systems configuration for using the installer's partition layout fileSystems = { |