cleanup
This commit is contained in:
@@ -219,6 +219,25 @@ in
|
||||
default = "uefi";
|
||||
};
|
||||
|
||||
nixosGenerationsDir = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "/boot/nixos-generations";
|
||||
description = "Directory on the boot partition where NixOS generations are stored (kernel bootType only).";
|
||||
};
|
||||
|
||||
firmwarePackage = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = null;
|
||||
defaultText = lib.literalExpression "pkgs.\${namespace}.raspberrypifw";
|
||||
description = "Raspberry Pi firmware package used for device-tree installation (kernel/uboot bootType).";
|
||||
};
|
||||
|
||||
useGenerationDeviceTree = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Whether to install a per-generation device tree alongside the kernel (kernel bootType only).";
|
||||
};
|
||||
|
||||
apply-overlays-dtmerge = {
|
||||
enable = lib.mkEnableOption "" // {
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user