secrets: fix typo

This commit is contained in:
a-kenji
2024-03-05 11:59:55 +01:00
parent e6b494a849
commit 603893872e

View File

@@ -59,7 +59,7 @@
default = null; default = null;
description = '' description = ''
prompt text to ask for a value. prompt text to ask for a value.
This value will be passed to the script as the environment variabel $prompt_value. This value will be passed to the script as the environment variable $prompt_value.
''; '';
}; };
script = lib.mkOption { script = lib.mkOption {