Skip to content

Commit

Permalink
nixos/antivirus: init
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jul 19, 2024
1 parent 6896abe commit 4b2b1a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nixos/base/antivirus.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
services.clamav = {
scanner.enable = true;
updater.enable = true;
daemon.enable = true;
};
}
1 change: 1 addition & 0 deletions nixos/base/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
imports = [
./antivirus.nix
./bootloader.nix
./comin.nix
./locale.nix
Expand Down

0 comments on commit 4b2b1a6

Please sign in to comment.