Chore: add description to settings.machine submodule
This commit is contained in:
@@ -53,6 +53,11 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
machine = mkOption {
|
machine = mkOption {
|
||||||
|
description = ''
|
||||||
|
Settings of the machine.
|
||||||
|
|
||||||
|
This is a read-only attribute-set available to the machines of the clan.
|
||||||
|
'';
|
||||||
default = {};
|
default = {};
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user