diff options
| author | adikro <adikro@disroot.org> | 2026-03-23 16:12:29 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-23 16:12:29 +0100 |
| commit | 1d40f7be90fa740ce34d7c0873b4acf205bca06a (patch) | |
| tree | 99aa7a59039b655dbb03e0e8508c3070daaf2fce /hosts/thinkpad | |
| parent | 08e25c159d9d948a66488b807d9f30712ef9d2b6 (diff) | |
thinkpad stuff
Diffstat (limited to 'hosts/thinkpad')
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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" ]; } |
