From 47dbc24e727b84fc5611effb7551f17505017506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 8 Oct 2024 02:18:50 +0000 Subject: [PATCH] iodine: add domain, fix param --- hosts/fra1-b/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index 650f54d..493e61b 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -119,8 +119,9 @@ in iodine.server = { enable = true; ip = "172.16.10.1/24"; + domain = "i.jakstys.lt"; passwordFile = config.age.secrets.iodine-passwd.path; - extraConfig = "-p ${toString myData.ports.nsd-unwrapped}"; + extraConfig = "-b ${toString myData.ports.nsd-unwrapped}"; }; nsd = {