From f191e2b5ed0f1251f081729192ea6f45134d5d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 8 Oct 2024 13:34:25 -0700 Subject: [PATCH] iodine: change ip to 10.89.175.0/24 --- hosts/fra1-b/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index a2e7308..708d7dd 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -118,7 +118,7 @@ in services = { iodine.server = { enable = true; - ip = "172.16.10.1/24"; + ip = "100.89.175.1/24"; domain = "i.jakstys.lt"; passwordFile = config.age.secrets.iodine-passwd.path; #extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}";