Skip to content

Commit

Permalink
nixos: remove clamav
Browse files Browse the repository at this point in the history
Not liking the delay the service causes before greetd starts
  • Loading branch information
willbush committed Feb 29, 2024
1 parent e6cfeee commit 1f5fb9a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
27 changes: 0 additions & 27 deletions modules/services/clamav.nix

This file was deleted.

1 change: 0 additions & 1 deletion persist.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"/var/cache/libvirt"
"/var/cache/mullvad-vpn"
"/var/cache/tuigreet"
"/var/lib/clamav"
"/var/lib/docker/"
"/var/lib/libvirt"
"/var/lib/OpenRGB/"
Expand Down
3 changes: 0 additions & 3 deletions users/sonia/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../modules/services/clamav.nix
../../modules/services/syncthing.nix
../../profiles/fonts.nix
../../profiles/nix-settings.nix
Expand Down Expand Up @@ -66,8 +65,6 @@
enable = config.modules.secrets.enable;
user = "sonia";
};

services.clamav.enable = true;
};

services = {
Expand Down
2 changes: 0 additions & 2 deletions users/will/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let
in
{
imports = [
../../modules/services/clamav.nix
../../modules/services/syncthing.nix
../../profiles/fonts.nix
../../profiles/nix-settings.nix
Expand Down Expand Up @@ -111,7 +110,6 @@ in
enable = config.modules.secrets.enable && config.networking.hostName != "ton-618";
user = "will";
};
services.clamav.enable = true;
};

services = {
Expand Down

0 comments on commit 1f5fb9a

Please sign in to comment.