diff options
author | makefu <github@syntax-fehler.de> | 2017-10-10 22:11:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-10-10 22:11:32 +0200 |
commit | b9731d4851ec4f49235c0ea9e460bd96d2ff29a9 (patch) | |
tree | ce96e9c8b85937847bcd5cb90bc87f99d9b16f13 /makefu/1systems/cake | |
parent | e41288cdc288ed4c2e54b0e9da629a1b888f6016 (diff) |
ma cake.r: add tv
Diffstat (limited to 'makefu/1systems/cake')
-rw-r--r-- | makefu/1systems/cake/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/cake/config.nix b/makefu/1systems/cake/config.nix index e8438e50d..c287c28df 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; |