boot.loader.refind.maxGenerations
NixOS option
Maximum number of latest generations in the boot menu. Useful to prevent boot partition of running out of disk space. null means no limit i.e. all generations that were not garbage collected yet.
type: null or signed integerDefault
null
Example
declared in: nixos/modules/system/boot/loader/refind/refind.nixView source on NixOS/nixpkgs →50