mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
Merge pull request #103 from RossComputerGuy/fix/option-descriptions
This commit is contained in:
commit
e332988a67
2 changed files with 170 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue