From 6ff68289d65b74dab04aece1c86659aa2e1baf10 Mon Sep 17 00:00:00 2001 From: chayleaf Date: Wed, 18 Oct 2023 19:36:18 +0700 Subject: [PATCH] hydra: fix eval? (again) --- system/hosts/server/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/hosts/server/home.nix b/system/hosts/server/home.nix index a3ee7ed..1f68a53 100644 --- a/system/hosts/server/home.nix +++ b/system/hosts/server/home.nix @@ -104,7 +104,8 @@ in { # required for home config (nvfetcher again) "https://api.github.com/repos/FAForever/" # for nginx CF-Connecting-IP config generation - "https://www.cloudflare.com/ips-" + "https://www.cloudflare.com/ips-v4" + "https://www.cloudflare.com/ips-v6" ]; services.nginx.virtualHosts."binarycache.${cfg.domainName}" = { quic = true;