From a31e70b2eca457c7c5d39d526d8dad664f7f3c45 Mon Sep 17 00:00:00 2001 From: DavHau Date: Thu, 4 Jul 2024 12:59:49 +0700 Subject: [PATCH] facts: mention prompt_value in docs for generator.scripts --- nixosModules/clanCore/facts/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixosModules/clanCore/facts/default.nix b/nixosModules/clanCore/facts/default.nix index 5ae0d1a9..4fd84a88 100644 --- a/nixosModules/clanCore/facts/default.nix +++ b/nixosModules/clanCore/facts/default.nix @@ -106,8 +106,9 @@ description = '' Shell script snippet to generate the secrets and facts. The script has access to the following environment variables: - - facts: path to a directory where facts can be stored - - secrets: path to a directory where secrets can be stored + - prompt_value: prompted value in case a prompt was defined + - facts: path to a directory where facts can be stored + - secrets: path to a directory where secrets can be stored The script is expected to generate all secrets and facts defined for this service. ''; };