From 603893872e9de89051a6a5a812b20f8de858a02f Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 5 Mar 2024 11:59:55 +0100 Subject: [PATCH] secrets: fix typo --- nixosModules/clanCore/secrets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/clanCore/secrets/default.nix b/nixosModules/clanCore/secrets/default.nix index 5670459f..fae55c3a 100644 --- a/nixosModules/clanCore/secrets/default.nix +++ b/nixosModules/clanCore/secrets/default.nix @@ -59,7 +59,7 @@ default = null; description = '' 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 {