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