summaryrefslogtreecommitdiffstats
path: root/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
commit0699a70cda6e0cce6c2fe0c4ecbe9f329b076096 (patch)
tree9f27c2d851c0771a4ca57d5eb389f372855ead73 /1systems/cake
parent2d691ae2533afb086f5f323301415f19227c6609 (diff)
ma cake.r: add tv
Diffstat (limited to '1systems/cake')
-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 e8438e50d..c287c28df 100644
--- a/1systems/cake/config.nix
+++ b/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;