nix: allow fetching the index from github
This commit is contained in:
parent
bed0f24e94
commit
b35703040b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue