Fix systemd-boot
This commit is contained in:
parent
0d966fe5b8
commit
be1132ccb6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ with lib; {
|
|||
# Configure the bootloader.
|
||||
boot = {
|
||||
# Enable systemd-boot
|
||||
loader.systemd-boot.enable = false;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Enable quiet boot with splash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue