calling permittedInsecurePackages from default.nix

It seems like nixos-rebuild never reaches that statement and keeps
begging for it
This commit is contained in:
2025-11-09 14:12:13 +02:00
parent 8c6c7fd839
commit cd4fc4adf4

View File

@@ -3,6 +3,10 @@
pkgs,
...
}: {
nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19"
"electron-36.9.5"
];
imports = [
./hardware-configuration.nix
./syncthing.nix