summaryrefslogtreecommitdiffstats
path: root/1systems/cake/config.nix
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
commit0bfc0e2dd8b84dac7c33d54eb806271c234fcf14 (patch)
treee9a10ce6592d4bdb859ff541545aeea79e8d179e /1systems/cake/config.nix
parent8802a2928e1da47c65c4da37539b8bda828ef1f6 (diff)
ma cake.r: add Mic92 ssh key to authorized keys
Diffstat (limited to '1systems/cake/config.nix')
-rw-r--r--1systems/cake/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/1systems/cake/config.nix b/1systems/cake/config.nix
index 1a617e52d..2491352eb 100644
--- a/1systems/cake/config.nix
+++ b/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 = {