Update IPv6 GUA prefix

This commit is contained in:
Vili Sinervä 2025-07-29 10:26:09 +03:00
parent bc7ba6d8cc
commit 84fe6b40cc
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -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";
};
};