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