summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/cake
diff options
context:
space:
mode:
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;