Fix systemd-boot

This commit is contained in:
Fern Garden 2025-07-18 20:05:39 +08:00
parent 0d966fe5b8
commit be1132ccb6

View file

@ -9,7 +9,7 @@ with lib; {
# Configure the bootloader. # Configure the bootloader.
boot = { boot = {
# Enable systemd-boot # Enable systemd-boot
loader.systemd-boot.enable = false; loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true; loader.efi.canTouchEfiVariables = true;
# Enable quiet boot with splash # Enable quiet boot with splash