summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-11-06 21:55:38 +0100
committertv <tv@krebsco.de>2015-11-06 21:55:59 +0100
commit0bf6e55f77cffb4ca65c6926eea7bc77140574a5 (patch)
treed83ec9b7c7fb7a4d9a425ace8141477fd9ccd6aa
parent28fad6e2fc3aa45a9d1b5fad8810bbc7c78a5dc6 (diff)
tv base: tv@xu can root
-rw-r--r--tv/2configs/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index b74b721c..d3f4eed0 100644
--- a/tv/2configs/base.nix
+++ b/tv/2configs/base.nix
@@ -33,6 +33,7 @@ with lib;
root = {
openssh.authorizedKeys.keys = [
config.krebs.users.tv.pubkey
+ config.krebs.users.tv_xu.pubkey
];
};
tv = {