perso-desktop: Configure systemd to use Windows boot
All checks were successful
check / check (push) Successful in 33s
All checks were successful
check / check (push) Successful in 33s
This commit is contained in:
parent
4c3db0d50c
commit
a50b68be50
1 changed files with 9 additions and 1 deletions
|
@ -14,7 +14,15 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
windows = {
|
||||||
|
"11-pro" = {
|
||||||
|
title = "Windows 11 Pro";
|
||||||
|
efiDeviceHandle = "HD1b";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
||||||
|
|
Loading…
Reference in a new issue