main-laptop: enable windows 11 dual-boot
This commit is contained in:
parent
08ae993baf
commit
8273bbf27d
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue