nix: allow fetching the index from github

This commit is contained in:
quitte 2023-09-20 22:20:49 +02:00
parent bed0f24e94
commit b35703040b

View file

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