From a48e248079df52ea55f6c008c1b2f737ee49a8a5 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 11 May 2025 00:20:46 +0200 Subject: [PATCH] Fix cirrus' ipv6 address --- hosts/cirrus/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cirrus/hardware.nix b/hosts/cirrus/hardware.nix index 1926895..82c9b02 100644 --- a/hosts/cirrus/hardware.nix +++ b/hosts/cirrus/hardware.nix @@ -27,7 +27,7 @@ networkConfig.DHCP = "no"; address = [ "91.99.70.118/32" - "2a01:4f8:1c1b:ffc7:1/64" + "2a01:4f8:1c1b:ffc7::1/64" ]; routes = [ {