This commit is contained in:
soraefir
2026-05-02 10:30:52 +02:00
parent b42579f8cd
commit e24e96f091

View File

@@ -2,6 +2,7 @@
imports = [ ./hardware.nix ];
boot.loader.systemd-boot.enable = lib.mkForce true;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
boot.loader.grub = {
enable = true;
# device = "nodev"; # Required for EFI#