summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/cake
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-10 22:11:32 +0200
committermakefu <github@syntax-fehler.de>2017-10-10 22:11:32 +0200
commitb9731d4851ec4f49235c0ea9e460bd96d2ff29a9 (patch)
treece96e9c8b85937847bcd5cb90bc87f99d9b16f13 /makefu/1systems/cake
parente41288cdc288ed4c2e54b0e9da629a1b888f6016 (diff)
ma cake.r: add tv
Diffstat (limited to 'makefu/1systems/cake')
-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 e8438e50..c287c28d 100644
--- a/makefu/1systems/cake/config.nix
+++ b/makefu/1systems/cake/config.nix
@@ -6,6 +6,9 @@
# configure your hw:
# <stockholm/makefu/2configs/save-diskspace.nix>
];
+ users.extraUsers.root.openssh.authorizedKeys.keys = [
+ config.krebs.users.tv.pubkey
+ ];
krebs = {
enable = true;
tinc.retiolum.enable = true;