add product-details.mozilla.org to allowed hydra uri list
This commit is contained in:
parent
f0d1667063
commit
638e285bbf
1 changed files with 16 additions and 1 deletions
|
@ -90,7 +90,22 @@ in {
|
|||
];
|
||||
};
|
||||
networking.firewall.interfaces."wg0".allowedTCPPorts = [9199];
|
||||
nix.settings.allowed-uris = ["https://github.com/" "https://git.chir.rs/" "https://darkkirb.de/" "https://git.neo-layout.org/" "https://static.darkkirb.de/" "https://gist.github.com/" "https://git.kescher.at/" "https://akkoma.dev/" "https://gitlab.com/" "https://api.github.com/" "https://git.sr.ht/"];
|
||||
nix.settings.allowed-uris = [
|
||||
"https://github.com/"
|
||||
"https://git.chir.rs/"
|
||||
"https://darkkirb.de/"
|
||||
"https://git.neo-layout.org/"
|
||||
"https://static.darkkirb.de/"
|
||||
"https://gist.github.com/"
|
||||
"https://git.kescher.at/"
|
||||
"https://akkoma.dev/"
|
||||
"https://gitlab.com/"
|
||||
"https://api.github.com/"
|
||||
"https://git.sr.ht/"
|
||||
"https://product-details.mozilla.org/"
|
||||
"https://download.cdn.mozilla.net/"
|
||||
"https://archive.mozilla.org/"
|
||||
];
|
||||
sops.secrets."services/hydra/gitea_token" = {};
|
||||
sops.secrets."services/hydra/github_token" = {};
|
||||
sops.secrets."services/hydra/cache-key" = {
|
||||
|
|
Loading…
Reference in a new issue