feat: Add neo-layout git to allowed URIs

this is for the rewrite
This commit is contained in:
Charlotte 🦝 Delenk 2022-03-19 20:04:38 +01:00
parent 75fe4d1281
commit fe438e8a90
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

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