diff options
| author | adikro <adikro@disroot.org> | 2026-05-11 14:25:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-11 14:25:47 +0200 |
| commit | 1b67275b854235fa1f8c8fc68fff1beae9515a0f (patch) | |
| tree | 1c109cf63e9a17c35640f7374fc7c4d721c86d96 /hosts/thinkpad/configuration.nix | |
| parent | 7c8503e8fa77cb20819e2ba5a6a0f1a261cf089f (diff) | |
synck
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 8bbc3b6..c8947d3 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -1,9 +1,4 @@ -{ - inputs, - username, - pkgs, - ... -}: +{ inputs, username, ... }: { system.stateVersion = "25.05"; @@ -49,7 +44,7 @@ security = { enable = true; sandboxing.enable = true; - antivirus.enable = true; + # antivirus.enable = true; }; ssh.enable = true; storage.enable = true; |
