diff options
author | tv <tv@krebsco.de> | 2015-11-06 21:55:38 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 21:55:59 +0100 |
commit | 0bf6e55f77cffb4ca65c6926eea7bc77140574a5 (patch) | |
tree | d83ec9b7c7fb7a4d9a425ace8141477fd9ccd6aa /tv/2configs/base.nix | |
parent | 28fad6e2fc3aa45a9d1b5fad8810bbc7c78a5dc6 (diff) |
tv base: tv@xu can root
Diffstat (limited to 'tv/2configs/base.nix')
-rw-r--r-- | tv/2configs/base.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix index b74b721cb..d3f4eed0d 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 = { |