diff options
author | tv <tv@shackspace.de> | 2015-06-22 22:19:02 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-22 22:20:44 +0200 |
commit | bb7343cd89115e0768baaa426c68e49d399f6c6f (patch) | |
tree | 72cfd705c79ae551eee45a1223ff75c70dd24054 /modules/tv/git/public.nix | |
parent | 2b153bc4fbde4c61dd1aa65a55671b0fe2c5bdbe (diff) |
tv git public: use makefu's pubkey
Diffstat (limited to 'modules/tv/git/public.nix')
-rw-r--r-- | modules/tv/git/public.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tv/git/public.nix b/modules/tv/git/public.nix index 09d1e6b4b..7b6304b9e 100644 --- a/modules/tv/git/public.nix +++ b/modules/tv/git/public.nix @@ -27,7 +27,7 @@ let tv = { pubkey = readFile <pubkeys/tv_wu.ssh.pub>; }; lass = { pubkey = readFile <pubkeys/lass.ssh.pub>; }; uriel = { pubkey = readFile <pubkeys/uriel.ssh.pub>; }; - makefu = { pubkey = "xxx"; }; + makefu = { pubkey = readFile <pubkeys/makefu.ssh.pub>; }; }; repos = listToAttrs (map ({ repo, ... }: { name = repo.name; value = repo; }) public-git-repos); |