From b35703040b3fc1173ec880d08685a06724b3a677 Mon Sep 17 00:00:00 2001 From: quitte Date: Wed, 20 Sep 2023 22:20:49 +0200 Subject: [PATCH] nix: allow fetching the index from github --- modules/hydra.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hydra.nix b/modules/hydra.nix index 8a252d5..ec2ed45 100644 --- a/modules/hydra.nix +++ b/modules/hydra.nix @@ -4,6 +4,7 @@ let in { sops.secrets."hydra_ldap_search" = { owner = "hydra"; group = "hydra"; mode = "440"; }; + nix.settings.allowed-uris = [ "https://github.com/nix-community" ]; # whitelisted to fetch nix-index services.hydra = { enable = true; port = 4000;