summaryrefslogtreecommitdiff
path: root/os/srv/clamav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/srv/clamav.nix')
-rw-r--r--os/srv/clamav.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/os/srv/clamav.nix b/os/srv/clamav.nix
index cc84802..d2dc49f 100644
--- a/os/srv/clamav.nix
+++ b/os/srv/clamav.nix
@@ -1,9 +1,4 @@
-{
- config,
- lib,
- pkgs,
- ...
-}:
+{ config, lib, ... }:
let
cfg = config.os.srv.clamav;
in
@@ -22,6 +17,5 @@ in
updater.enable = true;
fangfrisch.enable = true;
};
- environment.systemPackages = [ pkgs.aide ];
};
}