mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
feat: add the descriptions for the options
This commit is contained in:
parent
df3a607ad7
commit
809f92cd25
@ -7,6 +7,7 @@ in {
|
|||||||
devices = lib.mkOption {
|
devices = lib.mkOption {
|
||||||
type = types.devices;
|
type = types.devices;
|
||||||
default = {};
|
default = {};
|
||||||
|
description = "The devices to set up";
|
||||||
};
|
};
|
||||||
enableConfig = lib.mkOption {
|
enableConfig = lib.mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user