Fixed syntax error.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user