stay with just the updater

This commit is contained in:
Christoph Cullmann 2023-01-16 20:04:16 +01:00
parent 312167a8ce
commit 1864733ced

View file

@ -260,10 +260,7 @@ in
}; };
# virus scanner, we only want the updater running # virus scanner, we only want the updater running
services.clamav = { services.clamav.updater.enable = true;
daemon.enable = true;
updater.enable = true;
};
# try to ensure we can use our network printers # try to ensure we can use our network printers
services.printing.enable = true; services.printing.enable = true;