nixos/peertube: fix typo

This commit is contained in:
Izorkin
2022-12-21 14:49:26 +03:00
parent 9195f02b49
commit ff099060ed

View File

@@ -213,7 +213,7 @@ in {
passwordFile = lib.mkOption { passwordFile = lib.mkOption {
type = lib.types.nullOr lib.types.path; type = lib.types.nullOr lib.types.path;
default = null; default = null;
example = "/run/keys/peertube/password-posgressql-db"; example = "/run/keys/peertube/password-postgresql";
description = lib.mdDoc "Password for PostgreSQL database."; description = lib.mdDoc "Password for PostgreSQL database.";
}; };
}; };