diff options
author | tv <tv@krebsco.de> | 2015-07-25 00:44:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-25 01:32:24 +0200 |
commit | 5ef409768b25185d7fef7f1fb9096d89ff16c6e4 (patch) | |
tree | 7d326ddde37d9170ab3dea7e45bffbff6e6a5441 /1systems/tv | |
parent | 070d813ec2fe8bf164ccfb8ee26163f6f4b3784e (diff) |
tv: source pubkeys from registry
Diffstat (limited to '1systems/tv')
-rw-r--r-- | 1systems/tv/cd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix index 4b8c40f..fcaf19c 100644 --- a/1systems/tv/cd.nix +++ b/1systems/tv/cd.nix @@ -120,8 +120,8 @@ in home = "/home/mv"; createHome = true; useDefaultShell = true; - openssh.authorizedKeys.keys = map readFile [ - ../../Zpubkeys/mv_vod.ssh.pub + openssh.authorizedKeys.keys = [ + config.krebs.users.mv.pubkey ]; }; }; |