about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-11-25 12:45:33 +0100
committerGitHub <noreply@github.com>2022-11-25 12:45:33 +0100
commit71b00e8112a78760dd4acdd6c23372e4c7c213b7 (patch)
tree5cfd257c1d766632f71bb3e5d2226f1a46483ff5 /nixos
parent38ada3a9a3b1054c61fcbd8d10f33b8281a6d154 (diff)
parentdf50f73b57faf99dee99a6647256fdf7739d9b2e (diff)
downloadnixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.tar
nixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.tar.gz
nixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.tar.bz2
nixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.tar.lz
nixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.tar.xz
nixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.tar.zst
nixlib-71b00e8112a78760dd4acdd6c23372e4c7c213b7.zip
Merge pull request #202816 from mayflower/fix-hedgedoc-docs
nixos/hedgedoc: configuration -> settings in option's description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix
index e26dee68615e..e51da7ee866a 100644
--- a/nixos/modules/services/web-apps/hedgedoc.nix
+++ b/nixos/modules/services/web-apps/hedgedoc.nix
@@ -999,8 +999,8 @@ in
 
         ```
           # snippet of HedgeDoc-related config
-          services.hedgedoc.configuration.dbURL = "postgres://hedgedoc:\''${DB_PASSWORD}@db-host:5432/hedgedocdb";
-          services.hedgedoc.configuration.minio.secretKey = "$MINIO_SECRET_KEY";
+          services.hedgedoc.settings.dbURL = "postgres://hedgedoc:\''${DB_PASSWORD}@db-host:5432/hedgedocdb";
+          services.hedgedoc.settings.minio.secretKey = "$MINIO_SECRET_KEY";
         ```
 
         ```