Enable systemd-boot EFI loader in base module
This commit is contained in:
parent
0855829781
commit
26139b62dd
1 changed files with 3 additions and 0 deletions
|
|
@ -22,5 +22,8 @@
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "btrfs" "ext4" "vfat" "xfs" ];
|
boot.supportedFilesystems = [ "btrfs" "ext4" "vfat" "xfs" ];
|
||||||
|
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue