docs: add docs for finalSettings

This commit is contained in:
Johannes Kirschbauer
2025-10-20 14:41:06 +02:00
parent f96a487bc3
commit 064bc43f27

View File

@@ -188,6 +188,14 @@ in
evalMachineSettings instance.name role.name machine.name role.config.settings evalMachineSettings instance.name role.name machine.name role.config.settings
machine.config.settings; machine.config.settings;
type = types.raw; 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'
'';
}; };
} }
) )