From 1d40f7be90fa740ce34d7c0873b4acf205bca06a Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 23 Mar 2026 16:12:29 +0100 Subject: thinkpad stuff --- hosts/thinkpad/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/thinkpad') diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index dd507af..62adf1b 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -51,6 +51,7 @@ users.enable = true; }; srv = { + omnisearch.enable = true; bluetooth.enable = true; i2p.enable = true; yggdrasil.enable = true; @@ -76,5 +77,8 @@ niri.enable = true; }; }; + nixpkgs.config.permittedInsecurePackages = [ + "electron-38.8.4" + ]; # boot.kernelParams = [ "iomem=relaxed" ]; } -- cgit v1.3