From aa7fded02ede27387c308548d49d50a317205074 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:28:34 -0500 Subject: [PATCH] more description --- modules/programs/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/sops.nix b/modules/programs/sops.nix index a923f8f..11e7ad1 100644 --- a/modules/programs/sops.nix +++ b/modules/programs/sops.nix @@ -40,7 +40,7 @@ in default = "${config.xdg.configHome}/sops/age/keys.txt"; }; hostSecretFile = lib.mkOption { - description = "Path to the secrets file for this host"; + description = "Path to the secrets file for this host. Used to create the edit-secrets script"; type = lib.types.nullOr lib.types.str; default = null; };