🔒️ enable bootspec

This commit is contained in:
Laureηt 2023-04-20 18:57:12 +02:00
parent a59a5d31b2
commit caf7a87a52
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -26,6 +26,9 @@
}; };
}; };
# use bootspec
boot.bootspec.enable = true;
# use systemd-boot EFI boot loader # use systemd-boot EFI boot loader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;