From 7d042665f347e3f599d0298caf7993e96b9bd59f Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 11:15:47 +0200 Subject: [PATCH] fix: use ipv4 for nix store --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index fe0b3aa..1665fc4 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -234,7 +234,7 @@ }; "calendar.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:29341"; - "cache.itepastra.nl" = proxy "itepastra.nl" "http://[::1]:22332"; + "cache.itepastra.nl" = proxy "itepastra.nl" "http://127.0.0.1:22332"; }; }; };