Chore: add description to settings.machine submodule

This commit is contained in:
Johannes Kirschbauer
2024-12-31 15:01:08 +01:00
parent d46ffe9f4a
commit c9a005b8d9

View File

@@ -53,6 +53,11 @@ in
'';
};
machine = mkOption {
description = ''
Settings of the machine.
This is a read-only attribute-set available to the machines of the clan.
'';
default = {};
type = types.submodule {
options = {