boot.loader.systemd-boot.netbootxyz.sortKey

NixOS option

systemd-boot orders the menu entries by their sort keys, so if you want something to appear after all the NixOS entries, it should start with o or onwards. See also boot.loader.systemd-boot.sortKey.

type: string
Default
"o_netbootxyz"
declared in: nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nixView source on NixOS/nixpkgs →