diff options
| author | adikro <adikro@disroot.org> | 2026-06-21 22:37:42 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-21 22:37:42 +0200 |
| commit | 30f34740891096471b5663704fbbd9bf67ebe885 (patch) | |
| tree | e454527368c67be4aeb81bc15ac3a0b6cc424f67 /hosts | |
| parent | 630da5d0639cada53e26a03f579df0a7bac3b17a (diff) | |
updates and pinning omnisearch
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 10 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 1 |
2 files changed, 5 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" - ]; } diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index e4461cd..38f1469 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -97,5 +97,6 @@ tmux gimp stow + antigravity-cli ]; } |
