From 38b91cc8d1d92daec6d35aeb65f54fe076264c0c Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 15 Jan 2024 03:51:23 +0900 Subject: feat(systems/v-proton-jp43)!: use ts hostAddr * This makes the node reliably accessible when deploying a configuration that would result in WireGuard being restarted. --- systems/v-proton-jp43/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') diff --git a/systems/v-proton-jp43/default.nix b/systems/v-proton-jp43/default.nix index 5b9c10e..67c7290 100644 --- a/systems/v-proton-jp43/default.nix +++ b/systems/v-proton-jp43/default.nix @@ -16,7 +16,7 @@ let networkInterface = "eth0"; hostName = "v-proton-jp43"; hostId = "3185b70b"; - hostAddr = "172-233-74-234.ip.linodeusercontent.com"; + hostAddr = "v-proton-jp43.bee-polaris.ts.net"; sefidelKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILN14b5Fu+StHeMXq4ClyLG4G+/vCAfS7adxceEFria/ openpgp:0x1D5BCD11" ]; maintainerKeys = [ ] ++ sefidelKeys; -- cgit 1.4.1