From 464e50b4eb0679264cafe4deb763a6ee99bbeb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 7 Oct 2024 19:58:30 -0700 Subject: [PATCH] mtworx: do not enable iodione by default --- hosts/mtworx/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 980c045..3e608d6 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -1,4 +1,5 @@ { + lib, config, pkgs, myData, @@ -177,11 +178,14 @@ in }; }; + # Comment this to enable iodione client + systemd.services.iodine-fra1-b.wantedBy = lib.mkForce [ ]; + services = { iodine.clients.fra1-b = { server = "i.jakstys.lt"; passwordFile = config.age.secrets.iodine-passwd.path; - relay = "1.1.1.1"; + #relay = "1.1.1.1"; }; tlp = { enable = true;