services/hydra: add github.com to allowed-uris
This commit is contained in:
parent
8fb148697e
commit
e7ac9bb9b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue