From 5d67f5cb587fa8a1f00d46b6732fa9b3eb3ff629 Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 5 Dec 2025 17:33:37 +0100 Subject: [PATCH] Disco: Enable clamav --- hosts/Disco.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Disco.nix b/hosts/Disco.nix index 07ca909..057c93c 100644 --- a/hosts/Disco.nix +++ b/hosts/Disco.nix @@ -6,7 +6,7 @@ ./x270.nix ./scanner.nix ./printer.nix - # ./clamav.nix + ./clamav.nix ]; boot.loader.systemd-boot.enable = true;