From 30f34740891096471b5663704fbbd9bf67ebe885 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 21 Jun 2026 22:37:42 +0200 Subject: updates and pinning omnisearch --- hosts/desktop/configuration.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index d14cc88..7e78c91 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -43,7 +43,10 @@ size = 16; }; }; - network.enable = true; + network = { + enable = true; + enableFirewall = true; + }; security = { enable = true; sandboxing.enable = true; @@ -62,7 +65,6 @@ }; enableSigning = true; }; - firewall.enable = true; yggdrasil.enable = true; i2p.enable = true; tor = { @@ -116,8 +118,4 @@ config.boot.kernelPackages.nct6687d ]; }; - nixpkgs.config.permittedInsecurePackages = [ - "librewolf-151.0.2-1" - "librewolf-unwrapped-151.0.2-1" - ]; } -- cgit v1.3