fix: add windows boot manager

This commit is contained in:
Nickolaj Jepsen 2025-05-14 15:24:02 +02:00
parent eee2f2eaf3
commit b793842c31

3
hosts/desktop/boot.nix Normal file
View file

@ -0,0 +1,3 @@
_: {
boot.loader.systemd-boot.windows."11".efiDeviceHandle = "HD1d";
}