From ecc6bd8c52f4f33cdd9a7abeb4de85b689dd7b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 28 Sep 2024 20:42:26 +0300 Subject: [PATCH] Test clatd --- machine-confs/helium.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machine-confs/helium.nix b/machine-confs/helium.nix index 42e18e3..f17cf81 100644 --- a/machine-confs/helium.nix +++ b/machine-confs/helium.nix @@ -56,6 +56,7 @@ Restart = "on-failure"; RestartSec = "1s"; }; + services.clatd.enable = true; services.openssh.enable = pkgs.lib.mkForce false; services.fail2ban.enable = pkgs.lib.mkForce false;