From dad528800a7a431934c80dc972ba94664eaeb603 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 21 Apr 2025 10:15:59 +0200 Subject: [PATCH] nixos/restic-rest-server: fixed typos. --- nixos/modules/services/backup/restic-rest-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {