diff options
Diffstat (limited to 'hosts')
| -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" ]; } |
