diff --git a/nixos/modules/services/backup/restic-rest-server.nix b/nixos/modules/services/backup/restic-rest-server.nix index f1b81d451a73..e8d34e879dc5 100644 --- a/nixos/modules/services/backup/restic-rest-server.nix +++ b/nixos/modules/services/backup/restic-rest-server.nix @@ -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 {