flowy: add bootloader entry to boot into Windows (but i still need to do more config to get Bitlocker to work w/o secure boot)

This commit is contained in:
2025-08-16 07:02:37 +00:00
parent b409fbb5f7
commit 47fb8296db

View File

@@ -22,4 +22,8 @@
sops.secrets.colin-passwd.neededForUsers = true; sops.secrets.colin-passwd.neededForUsers = true;
sane.services.rsync-net.enable = true; sane.services.rsync-net.enable = true;
# add an entry to boot into Windows, as if it had been launched directly from the BIOS.
boot.loader.systemd-boot.rebootForBitlocker = true;
boot.loader.systemd-boot.windows.primary.efiDeviceHandle = "HD0b";
} }