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; };