From b593f45ec2726217da89603c5359ca9356efcc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 21 May 2022 23:06:13 +0200 Subject: [PATCH] chore(ful): move IP --- configs/ssh.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }; }; });