diff --git a/lib/inventory/distributed-service/service-module.nix b/lib/inventory/distributed-service/service-module.nix index 28c8d9434..5c07ea894 100644 --- a/lib/inventory/distributed-service/service-module.nix +++ b/lib/inventory/distributed-service/service-module.nix @@ -483,6 +483,9 @@ in type = types.deferredModule; default = { }; description = '' + !!! Danger "Experimental Feature" + This feature is experimental and will change in the future. + export modules defined in 'perInstance' mapped to their instance name @@ -611,6 +614,9 @@ in type = types.deferredModule; default = { }; description = '' + !!! Danger "Experimental Feature" + This feature is experimental and will change in the future. + export modules defined in 'perMachine' mapped to their machine name @@ -712,6 +718,9 @@ in exports = mkOption { description = '' + !!! Danger "Experimental Feature" + This feature is experimental and will change in the future. + This services exports. Gets merged with all other services exports.