summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
-rw-r--r--hosts/thinkpad/configuration.nix9
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;