fix the allowed uris list

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-16 12:04:10 +01:00
parent 739723fe68
commit bcfa70d341
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -41,7 +41,7 @@ in
};
}
];
nix.settings.allowed-uris = [ "https://github.com/" "https://git.chir.rs/" "https://minio.int.chir.rs/" "https://git.neo-layout.org/" ];
nix.settings.allowed-uris = [ "https://github.com/" "https://git.chir.rs/" "https://darkkirb.de/" "https://git.neo-layout.org/" ];
sops.secrets."services/hydra/gitea_token" = { };
sops.secrets."services/hydra/github_token" = { };
services.nginx.virtualHosts."hydra.chir.rs" = {