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;