diff --git a/configurations/nixos/caddy-tofu/default.nix b/configurations/nixos/caddy-tofu/default.nix index 4d6e30c..a6d9f82 100644 --- a/configurations/nixos/caddy-tofu/default.nix +++ b/configurations/nixos/caddy-tofu/default.nix @@ -22,6 +22,13 @@ in } tofu.skdevstudios.com { reverse_proxy tofu.incus:9000 + } + # :3306 { + # reverse_proxy 10.173.91.154:3306 + # } + # :3001 { + # reverse_proxy 127.0.0.1:8889 + # } # :8096 { # reverse_proxy 10.173.91.220:8096 # } diff --git a/configurations/nixos/graylog-tofu/default.nix b/configurations/nixos/graylog-tofu/default.nix index 9ffbe17..293c7f2 100644 --- a/configurations/nixos/graylog-tofu/default.nix +++ b/configurations/nixos/graylog-tofu/default.nix @@ -51,6 +51,9 @@ in }; }; }; + deploy = { + enable = false; + }; networking = { hostName = "graylog-tofu"; }; diff --git a/hosts.json b/hosts.json index 84537d4..9f60dfc 100644 --- a/hosts.json +++ b/hosts.json @@ -1,9 +1,8 @@ { "arma-reforger-tofu": "201:d105:e4c4:3a59:f0b8:9867:49f6:597c", - "base-tofu": "200:b7fe:dd60:91d:4e18:5182:a112:2bb0", + "base-tofu": "200:9685:b84:5b8e:2179:f171:cef9:a415", "caddy-tofu": "200:32d5:56e6:9387:841:c7d7:4d04:b2e4", "forgejo-runner-tofu": "201:ea26:66c7:657b:3599:63a6:c66c:d388", - "graylog-tofu": "201:ff3:34f3:62a9:e300:627d:67ad:78ad", "link-warden-tofu": "200:7e25:554c:6df3:2c5:2de:6f9f:a96d", "medchart-tofu": "200:67d4:8493:35c9:ac0f:ec86:c3ea:9b11", "observer-tofu": "200:b938:d405:92df:a6e:1ffd:5213:26b",