Netboot sort key breaks boot on alexandria
This commit is contained in:
parent
996d9c545b
commit
dbe26f09da
2 changed files with 7 additions and 2 deletions
|
|
@ -10,7 +10,13 @@
|
|||
initrd.systemd.enable = true;
|
||||
loader = {
|
||||
efi.efiSysMountPoint = "/boot/efi";
|
||||
systemd-boot.sortKey = "a_nixos";
|
||||
systemd-boot = {
|
||||
sortKey = "a_nixos";
|
||||
netbootxyz = {
|
||||
enable = true;
|
||||
sortKey = "z_netbootxyz";
|
||||
};
|
||||
};
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
extraModprobeConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue