From bb7343cd89115e0768baaa426c68e49d399f6c6f Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Mon, 22 Jun 2015 22:19:02 +0200
Subject: [PATCH] tv git public: use makefu's pubkey

---
 modules/tv/git/public.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);