Configure static public IPv6 on control, ns1, ns2

This commit is contained in:
Berwn
2026-06-16 18:04:33 +07:00
parent 6783ad7c17
commit e795960dcf
4 changed files with 69 additions and 0 deletions
+7
View File
@@ -5,10 +5,17 @@ in
{
imports = [
../../modules/dns/authoritative.nix
../../modules/static-ipv6.nix
];
clan.core.sops.defaultGroups = [ "admins" ];
# Public IPv6 (matches the ns2 AAAA glue); SLAAC doesn't bring it up here.
cnx.staticIPv6 = {
enable = true;
address = "2a01:4f9:c014:6d87::1";
};
time.timeZone = "Etc/GMT-3"; # UTC+3 (fixed offset, no DST)
services.timesyncd.enable = true;