Fixed syntax error.

This commit is contained in:
Raphaël Numbus
2026-03-01 12:10:03 +01:00
parent 68949dc81b
commit af4f384797
+1 -1
View File
@@ -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 = {