about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/peertube.nix
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/modules/services/web-apps/peertube.nix
parent9195f02b49e238e6444c3da006f21c489ab5d970 (diff)
downloadnixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.tar
nixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.tar.gz
nixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.tar.bz2
nixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.tar.lz
nixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.tar.xz
nixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.tar.zst
nixlib-ff099060edd46676aa5b8893dd5f021a87264c1c.zip
nixos/peertube: fix typo
Diffstat (limited to 'nixos/modules/services/web-apps/peertube.nix')
-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 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.";
       };
     };