more description

This commit is contained in:
John Lancaster
2026-03-26 23:28:34 -05:00
parent 7be1397489
commit aa7fded02e
+1 -1
View File
@@ -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;
};