Netboot sort key breaks boot on alexandria

This commit is contained in:
William 2024-03-24 09:31:57 -03:00
parent 996d9c545b
commit dbe26f09da
2 changed files with 7 additions and 2 deletions

View file

@ -8,7 +8,6 @@
systemd-boot = {
enable = true;
editor = false;
netbootxyz.enable = true;
};
};
};

View file

@ -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 = ''