build01: switch to new hardware
This commit is contained in:
parent
2115c300ba
commit
3af52025ce
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
||||||
networking.hostName = "build01";
|
networking.hostName = "build01";
|
||||||
networking.hostId = "d2905767";
|
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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,14 +22,14 @@ resource "cloudflare_record" "nix-community-org-caa" {
|
||||||
resource "cloudflare_record" "nix-community-org-build01-A" {
|
resource "cloudflare_record" "nix-community-org-build01-A" {
|
||||||
zone_id = local.nix_community_zone_id
|
zone_id = local.nix_community_zone_id
|
||||||
name = "build01"
|
name = "build01"
|
||||||
value = "94.130.143.84"
|
value = "135.181.218.169"
|
||||||
type = "A"
|
type = "A"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_record" "nix-community-org-build01-AAAA" {
|
resource "cloudflare_record" "nix-community-org-build01-AAAA" {
|
||||||
zone_id = local.nix_community_zone_id
|
zone_id = local.nix_community_zone_id
|
||||||
name = "build01"
|
name = "build01"
|
||||||
value = "2a01:4f8:13b:2ceb::1"
|
value = "2a01:4f9:3a:3b16::1"
|
||||||
type = "AAAA"
|
type = "AAAA"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue