diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 10 |
1 files changed, 4 insertions, 6 deletions
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" - ]; } |
