build01: switch to new hardware

This commit is contained in:
zowoq 2023-12-02 13:47:36 +10:00
parent 2115c300ba
commit 3af52025ce
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
networking.hostName = "build01";
networking.hostId = "d2905767";
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:13b:2ceb::1/64";
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f9:3a:3b16::1/64";
system.stateVersion = "20.03";
system.stateVersion = "23.11";
}

View file

@ -22,14 +22,14 @@ resource "cloudflare_record" "nix-community-org-caa" {
resource "cloudflare_record" "nix-community-org-build01-A" {
zone_id = local.nix_community_zone_id
name = "build01"
value = "94.130.143.84"
value = "135.181.218.169"
type = "A"
}
resource "cloudflare_record" "nix-community-org-build01-AAAA" {
zone_id = local.nix_community_zone_id
name = "build01"
value = "2a01:4f8:13b:2ceb::1"
value = "2a01:4f9:3a:3b16::1"
type = "AAAA"
}