Enable systemd-boot EFI loader in base module

This commit is contained in:
randogoth 2026-02-01 21:07:06 +02:00
parent 0855829781
commit 26139b62dd

View file

@ -22,5 +22,8 @@
boot.supportedFilesystems = [ "btrfs" "ext4" "vfat" "xfs" ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "25.11";
}