Merge pull request 'docs: add docs for finalSettings' (#5593) from inventory-fixes-3 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5593
This commit is contained in:
hsjobeki
2025-10-20 12:46:06 +00:00

View File

@@ -188,6 +188,14 @@ in
evalMachineSettings instance.name role.name machine.name role.config.settings
machine.config.settings;
type = types.raw;
description = ''
Final evaluated settings of the curent-machine
This contains the merged and evaluated settings of the role interface,
the role settings and the machine settings.
Type: 'configuration' as returned by 'lib.evalModules'
'';
};
}
)