From f823cd05f5bbbc6575b99c482e46a626c9aa1919 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 3 Dec 2024 09:22:53 +0100 Subject: [PATCH] nodes: use ipv4 for anastacia --- nodes/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/default.nix b/nodes/default.nix index 56396b2..b5fff08 100644 --- a/nodes/default.nix +++ b/nodes/default.nix @@ -1,6 +1,6 @@ {inputs, ...}: { anastacia = { - hostname = "2a01:4f8:1c1c:8495::1"; + hostname = "78.47.146.254"; profiles.system = { sshUser = "root"; user = "root";