diff --git a/configurations/nixos/tofu/default.nix b/configurations/nixos/tofu/default.nix index 747817e..3d61d5f 100644 --- a/configurations/nixos/tofu/default.nix +++ b/configurations/nixos/tofu/default.nix @@ -41,6 +41,10 @@ in networking = { hostName = "tofu"; }; + + environment.variables = { + TF_LOG = "trace"; + }; environment.systemPackages = [ ]; system.stateVersion = "25.05"; diff --git a/hosts.json b/hosts.json index fd60e6a..9c1fb86 100644 --- a/hosts.json +++ b/hosts.json @@ -1,9 +1,9 @@ { - "arma-reforger-tofu": "201:b0c:a372:e09f:dec7:cd9f:4bb1:a046", - "base-tofu": "203:852f:b5e9:928b:9534:957d:83a4:3eff", + "arma-reforger-tofu": "201:d105:e4c4:3a59:f0b8:9867:49f6:597c", + "base-tofu": "200:9685:b84:5b8e:2179:f171:cef9:a415", "forgejo-runner-tofu": "201:ea26:66c7:657b:3599:63a6:c66c:d388", "link-warden-tofu": "200:7e25:554c:6df3:2c5:2de:6f9f:a96d", - "medchart-tofu": "200:691:a5d3:1414:5a67:8372:8af8:6cd2", + "medchart-tofu": "200:67d4:8493:35c9:ac0f:ec86:c3ea:9b11", "observer-tofu": "200:b938:d405:92df:a6e:1ffd:5213:26b", "tofu": "200:1978:6503:e6f0:2dbe:11fd:74b:ff64" }