From 6e2d32bec6a82c9fa3cb1d9238fd86196f67702c Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 30 Mar 2026 00:06:44 +0200 Subject: some librewolf changes --- hosts/desktop/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 05ef3f7..6f4757e 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,7 +1,6 @@ { config, username, - pkgs, ... }: { @@ -48,12 +47,17 @@ }; }; network.enable = true; - security.enable = true; + security = { + enable = true; + sandboxing.enable = true; + antivirus.enable = true; + }; ssh.enable = true; storage.enable = true; users.enable = true; }; srv = { + bluetooth.enable = true; yggdrasil.enable = true; i2p.enable = true; files = { @@ -81,8 +85,6 @@ }; }; - programs.firefox.enable = true; - boot = { kernelModules = [ "nct6687" -- cgit v1.3