From bb7343cd89115e0768baaa426c68e49d399f6c6f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 22 Jun 2015 22:19:02 +0200 Subject: tv git public: use makefu's pubkey --- modules/tv/git/public.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tv/git') diff --git a/modules/tv/git/public.nix b/modules/tv/git/public.nix index 09d1e6b4..7b6304b9 100644 --- a/modules/tv/git/public.nix +++ b/modules/tv/git/public.nix @@ -27,7 +27,7 @@ let tv = { pubkey = readFile ; }; lass = { pubkey = readFile ; }; uriel = { pubkey = readFile ; }; - makefu = { pubkey = "xxx"; }; + makefu = { pubkey = readFile ; }; }; repos = listToAttrs (map ({ repo, ... }: { name = repo.name; value = repo; }) public-git-repos); -- cgit v1.2.3