docs: add experimental note to 'exports'
This commit is contained in:
@@ -483,6 +483,9 @@ in
|
|||||||
type = types.deferredModule;
|
type = types.deferredModule;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
|
!!! Danger "Experimental Feature"
|
||||||
|
This feature is experimental and will change in the future.
|
||||||
|
|
||||||
export modules defined in 'perInstance'
|
export modules defined in 'perInstance'
|
||||||
mapped to their instance name
|
mapped to their instance name
|
||||||
|
|
||||||
@@ -611,6 +614,9 @@ in
|
|||||||
type = types.deferredModule;
|
type = types.deferredModule;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
|
!!! Danger "Experimental Feature"
|
||||||
|
This feature is experimental and will change in the future.
|
||||||
|
|
||||||
export modules defined in 'perMachine'
|
export modules defined in 'perMachine'
|
||||||
mapped to their machine name
|
mapped to their machine name
|
||||||
|
|
||||||
@@ -712,6 +718,9 @@ in
|
|||||||
|
|
||||||
exports = mkOption {
|
exports = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
|
!!! Danger "Experimental Feature"
|
||||||
|
This feature is experimental and will change in the future.
|
||||||
|
|
||||||
This services exports.
|
This services exports.
|
||||||
Gets merged with all other services exports.
|
Gets merged with all other services exports.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user