From 84fe6b40cc7e2f02f6bffea3d7819ad0abf4d59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 29 Jul 2025 10:26:09 +0300 Subject: [PATCH] Update IPv6 GUA prefix --- modules/roles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/base.nix b/modules/roles/base.nix index 8997487..a57ac6e 100644 --- a/modules/roles/base.nix +++ b/modules/roles/base.nix @@ -13,7 +13,7 @@ }; networking.guaPref = lib.mkOption { type = with lib.types; nullOr (strMatching "^[0-9a-zA-Z:]+$"); - default = "2001:14ba:a090:39"; + default = "2001:14ba:a038:5b"; description = "IPv6 GUA Prefix to use in other confs"; }; };