modules/nixos/hydra: update allowed-uris
This commit is contained in:
parent
6cc4b2a2c0
commit
881f8334b5
1 changed files with 5 additions and 2 deletions
|
@ -5,8 +5,11 @@
|
|||
sops.secrets.hydra-users.owner = "hydra";
|
||||
|
||||
nix.settings.allowed-uris = [
|
||||
"https://github.com/nix-community/"
|
||||
"https://github.com/NixOS/"
|
||||
"git+https:"
|
||||
"github:"
|
||||
"gitlab:"
|
||||
"https:"
|
||||
"sourcehut:"
|
||||
];
|
||||
|
||||
# delete build logs older than 30 days
|
||||
|
|
Loading…
Add table
Reference in a new issue