added allow inscure to electron-29.4.6

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-29 14:23:46 +02:00
parent f27a150cd6
commit 1d941cba80

View file

@ -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;