added allow inscure to electron-29.4.6
This commit is contained in:
parent
f27a150cd6
commit
1d941cba80
|
@ -19,7 +19,10 @@
|
|||
|
||||
# Kernel
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
# Insecure
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-29.4.6"
|
||||
];
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue