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

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