pruflas: allow some inputs in nix when running in restricted mode (Hydra)
This commit is contained in:
parent
e13a5a6b89
commit
dc03d3f41e
2 changed files with 6 additions and 2 deletions
|
@ -37,6 +37,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
nix.extraOptions = ''
|
||||
allowed-uris = https://github.com/NixOS https://github.com/nix-community https://github.com/dadada https://git.dadada.li/ github.com/ryantm/agenix github.com/serokell/deploy-rs https://gitlab.com/khumba/nvd.git
|
||||
'';
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue