nixos/restic-rest-server: fixed typos.

This commit is contained in:
Gabe Venberg
2025-05-01 21:25:38 +02:00
committed by Pascal Bach
parent c06faffaed
commit dad528800a
@@ -39,7 +39,7 @@ in
htpasswd-file = lib.mkOption {
default = null;
type = lib.types.nullOr lib.types.path;
description = "The path to the servers .htpasswd file. Defaults to {dataDir}/htpasswd.";
description = "The path to the servers .htpasswd file. Defaults to `\${dataDir}/.htpasswd`.";
};
privateRepos = lib.mkOption {