feat: Add neo-layout git to allowed URIs
this is for the rewrite
This commit is contained in:
parent
75fe4d1281
commit
fe438e8a90
1 changed files with 1 additions and 1 deletions
|
@ -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" = { };
|
sops.secrets."services/hydra/gitea_token" = { };
|
||||||
services.nginx.virtualHosts."hydra.int.chir.rs" = {
|
services.nginx.virtualHosts."hydra.int.chir.rs" = {
|
||||||
listenAddresses = listenIPs;
|
listenAddresses = listenIPs;
|
||||||
|
|
Loading…
Reference in a new issue