34 current 2024-11-16 12:40:04 24.05.6463.83fb6c028368 6.6.59 *

This commit is contained in:
deadvey 2024-11-20 00:08:11 +00:00
parent 207a319f04
commit 68b6f15f36

View File

@ -10,6 +10,14 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
# Allow insecure packages
{
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
}
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;