summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-02 01:45:01 -0400
committerseth <[email protected]>2023-05-02 01:45:01 -0400
commit74b354e7d09ee2563da1ab502b1af7089016817e (patch)
treeb27308b69814e33371239c1b309ad35812550ea2
parentf9dbd3f12fb1f3db18f301790d922ff158bdb44b (diff)
atlas: update ip addr
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 0d63d6b..a325244 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -95,7 +95,7 @@ in {
};
_module.args.nixinate = {
- host = "164.152.18.102";
+ host = "164.152.17.183";
sshUser = "atlas";
buildOn = "remote";
substituteOnTarget = true;