1
0
Fork 0

hosts/hydra: add http to restricted mode allow urls

This commit is contained in:
clerie 2022-10-02 22:12:19 +02:00
parent a715d55d96
commit 3d48949629
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
networking.defaultGateway = { address = "192.168.10.1"; interface = "ens19"; };
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
# Allow Hydra to fetch remote URLs in restricted mode
nix.settings.allowed-uris = "http:// https://";
services.hydra = {
enable = true;
port = 3001;