main-laptop: enable windows 11 dual-boot

This commit is contained in:
Veneficium 2024-11-12 17:35:37 +01:00
parent 08ae993baf
commit 8273bbf27d

View file

@ -91,6 +91,13 @@
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.edk2-uefi-shell.enable = true;
boot.loader.systemd-boot.windows = {
"11" = {
title = "Windows 11 (gaming)";
efiDeviceHandle = "FS0";
};
};
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 10; boot.loader.systemd-boot.configurationLimit = 10;