Added a Windows boot entry

This commit is contained in:
Alexandre 2026-03-01 12:01:45 +01:00
parent 646d3f35aa
commit a278c49f32

View File

@ -4,6 +4,12 @@
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 2; configurationLimit = 2;
extraEntries = {
"winslop.conf" = ''
title Winslop
efi /EFI/Microsoft/Boot/bootmgfw.efi
'';
};
}; };
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;