clamav: don't bundle freshclam config with package
Building clamav is expensive due to the bundled llvm. Closes #20304.
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
||||
|
||||
${cfg.daemon.extraConfig}
|
||||
'';
|
||||
pkg = pkgs.clamav.override { freshclamConf = cfg.updater.config; };
|
||||
pkg = pkgs.clamav;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user