nixos/peertube: fix typo

This commit is contained in:
Izorkin 2022-12-21 14:49:26 +03:00
parent 9195f02b49
commit ff099060ed
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -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.";
};
};