From ff099060edd46676aa5b8893dd5f021a87264c1c Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 21 Dec 2022 14:49:26 +0300 Subject: [PATCH] nixos/peertube: fix typo --- nixos/modules/services/web-apps/peertube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/peertube.nix b/nixos/modules/services/web-apps/peertube.nix index c01bfca173a1..347807f40bff 100644 --- a/nixos/modules/services/web-apps/peertube.nix +++ b/nixos/modules/services/web-apps/peertube.nix @@ -213,7 +213,7 @@ in { passwordFile = lib.mkOption { type = lib.types.nullOr lib.types.path; default = null; - example = "/run/keys/peertube/password-posgressql-db"; + example = "/run/keys/peertube/password-postgresql"; description = lib.mdDoc "Password for PostgreSQL database."; }; };