diff options
author | sefidel <contact@sefidel.net> | 2024-01-15 03:51:23 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-01-15 03:51:23 +0900 |
commit | 38b91cc8d1d92daec6d35aeb65f54fe076264c0c (patch) | |
tree | d5600f48070d61b364a15fdaac5dfde374db69f7 /systems | |
parent | 0c0a80e53be75b8c4a3187d8fc0d6b96ba9a58a6 (diff) | |
download | infra-38b91cc8d1d92daec6d35aeb65f54fe076264c0c.tar.gz infra-38b91cc8d1d92daec6d35aeb65f54fe076264c0c.zip |
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.
Diffstat (limited to 'systems')
-rw-r--r-- | systems/v-proton-jp43/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |