Started migration towards flake-parts
Plus shit ton many changes I still had to commit
This commit is contained in:
parent
261b763848
commit
f05ee0a658
18 changed files with 752 additions and 460 deletions
10
modules/clamav/default.nix
Normal file
10
modules/clamav/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.clamav = {
|
||||
daemon.enable = true;
|
||||
updater = {
|
||||
enable = true;
|
||||
frequency = 1;
|
||||
interval = "daily";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue