services/hydra: add github.com to allowed-uris

This commit is contained in:
Max Headroom 2022-03-01 22:55:57 +01:00
parent 8fb148697e
commit e7ac9bb9b1

View file

@ -84,7 +84,7 @@ in
); );
nix.extraOptions = lib.mkForce '' nix.extraOptions = lib.mkForce ''
allowed-uris = https://git.${domain} allowed-uris = https://git.${domain} https://github.com
keep-outputs = true keep-outputs = true
keep-derivations = true keep-derivations = true
''; '';