summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-12-31 10:15:22 +0100
committermakefu <github@syntax-fehler.de>2018-12-31 10:15:22 +0100
commite71561caafa36ad62fee67575bcd8f95af1032b7 (patch)
tree9f9af9b48b0752e240f920f4aa6d387214439f27 /makefu
parentc8c6c2e6c73cb8d64fd6be7ae7174b11582a9c04 (diff)
ma cake.r: add Mic92 ssh key to authorized keys
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/cake/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/cake/config.nix b/makefu/1systems/cake/config.nix
index 1a617e52..2491352e 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 = {