From b1e0a67ef30d0e6e957045bf254aa8f397d467d1 Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 1 Apr 2026 21:38:49 +0200 Subject: thinkpad sync --- hosts/thinkpad/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/thinkpad') diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 8fa03c4..cfdcd8e 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -45,7 +45,11 @@ swapfile.enable = true; }; network.enable = true; - security.enable = true; + security = { + enable = true; + sandboxing.enable = true; + antivirus.enable = true; + }; ssh.enable = true; storage.enable = true; users.enable = true; -- cgit v1.3