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 = {
enable = true;
configurationLimit = 2;
extraEntries = {
"winslop.conf" = ''
title Winslop
efi /EFI/Microsoft/Boot/bootmgfw.efi
'';
};
};
efi = {
canTouchEfiVariables = true;