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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"qtwebengine-5.15.19"
|
||||||
|
"electron-36.9.5"
|
||||||
|
];
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user