From 24b94965d87f97d671336b97bb98c4e36e2c1440 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 24 Oct 2025 17:05:47 +0200 Subject: [PATCH] docs: add experimental note to 'exports' --- lib/inventory/distributed-service/service-module.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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.