about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-12-21 14:49:26 +0300
committerIzorkin <izorkin@elven.pw>2022-12-23 20:47:05 +0300
commitff099060edd46676aa5b8893dd5f021a87264c1c (patch)
tree09d43802b50ab29720a4c4f30b91eaa0eddc6924 /nixos
parent9195f02b49e238e6444c3da006f21c489ab5d970 (diff)
nixos/peertube: fix typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/peertube.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/peertube.nix b/nixos/modules/services/web-apps/peertube.nix
index c01bfca173a1a..347807f40bff4 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.";
       };
     };