diff --git a/configs/ssh.nix b/configs/ssh.nix index 4237036..2b27e0b 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -68,7 +68,7 @@ in { port = sshPort; }; ful = { - hostname = "130.61.209.15"; + hostname = "130.61.217.114"; user = "root"; port = sshPort; }; diff --git a/flake.nix b/flake.nix index fbf29d1..2f62260 100644 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,7 @@ host = if name != "ful" then "${name}.r" - else "130.61.209.15"; + else "130.61.217.114"; }; }; });