From af4f3847976080506106914ef98a9f9683f92909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 1 Mar 2026 12:10:03 +0100 Subject: [PATCH] Fixed syntax error. --- modules/services/clamav.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/clamav.nix b/modules/services/clamav.nix index 2bb3a39..b98778a 100644 --- a/modules/services/clamav.nix +++ b/modules/services/clamav.nix @@ -14,7 +14,7 @@ in enable = mkEnableOption "ClamAV open-source anti-virus software"; }; - config.numbus.services.clamav = mkIf cfg.enable { + config = mkIf cfg.enable { environment.systemPackages = [ pkgs.clamav pkgs.curl ]; services.clamav = {