facts: fix typo
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
Each service can have a generator script which generates the secrets and facts.
|
Each service can have a generator script which generates the secrets and facts.
|
||||||
The generator script is expected to generate all secrets and facts defined for this service.
|
The generator script is expected to generate all secrets and facts defined for this service.
|
||||||
|
|
||||||
A `service` does not need to ba analogous to a systemd service, it can be any group of facts and secrets that need to be generated together.
|
A `service` does not need to be analogous to a systemd service, it can be any group of facts and secrets that need to be generated together.
|
||||||
'';
|
'';
|
||||||
default = { };
|
default = { };
|
||||||
type = lib.types.attrsOf (
|
type = lib.types.attrsOf (
|
||||||
|
|||||||
Reference in New Issue
Block a user