From b793842c314f80d8c72977ae8e9089b857dfeb0b Mon Sep 17 00:00:00 2001 From: Nickolaj Jepsen Date: Wed, 14 May 2025 15:24:02 +0200 Subject: [PATCH] fix: add windows boot manager --- hosts/desktop/boot.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hosts/desktop/boot.nix diff --git a/hosts/desktop/boot.nix b/hosts/desktop/boot.nix new file mode 100644 index 0000000..8e06601 --- /dev/null +++ b/hosts/desktop/boot.nix @@ -0,0 +1,3 @@ +_: { + boot.loader.systemd-boot.windows."11".efiDeviceHandle = "HD1d"; +} \ No newline at end of file