Chore: add description to settings.machine submodule

This commit is contained in:
Johannes Kirschbauer
2024-12-31 15:01:08 +01:00
parent 2c41e9f0c6
commit 69e378b65e

View File

@@ -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 = {