calling permittedInsecurePackages from default.nix
It seems like nixos-rebuild never reaches that statement and keeps begging for it
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"qtwebengine-5.15.19"
|
||||
"electron-36.9.5"
|
||||
];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./syncthing.nix
|
||||
|
||||
Reference in New Issue
Block a user