modules/nixos/hydra: update allowed-uris

This commit is contained in:
zowoq 2023-12-14 16:14:58 +10:00
parent 6cc4b2a2c0
commit 881f8334b5

View file

@ -5,8 +5,11 @@
sops.secrets.hydra-users.owner = "hydra"; sops.secrets.hydra-users.owner = "hydra";
nix.settings.allowed-uris = [ nix.settings.allowed-uris = [
"https://github.com/nix-community/" "git+https:"
"https://github.com/NixOS/" "github:"
"gitlab:"
"https:"
"sourcehut:"
]; ];
# delete build logs older than 30 days # delete build logs older than 30 days