about summary refs log tree commit diff
path: root/nixos/modules/services/matrix
diff options
context:
space:
mode:
authornat-418 <93013864+nat-418@users.noreply.github.com>2024-04-24 09:11:03 +0200
committernat-418 <93013864+nat-418@users.noreply.github.com>2024-04-24 09:11:03 +0200
commitd24376448be6add2e2624c06a07818d0a9165eca (patch)
tree10df39935388d81d9fcca20bed3d5ecd563cc90f /nixos/modules/services/matrix
parentdef8887b927105038ba8a10c22d261798e72f4fe (diff)
downloadnixlib-d24376448be6add2e2624c06a07818d0a9165eca.tar
nixlib-d24376448be6add2e2624c06a07818d0a9165eca.tar.gz
nixlib-d24376448be6add2e2624c06a07818d0a9165eca.tar.bz2
nixlib-d24376448be6add2e2624c06a07818d0a9165eca.tar.lz
nixlib-d24376448be6add2e2624c06a07818d0a9165eca.tar.xz
nixlib-d24376448be6add2e2624c06a07818d0a9165eca.tar.zst
nixlib-d24376448be6add2e2624c06a07818d0a9165eca.zip
docs(conduit): update link to config docs
Diffstat (limited to 'nixos/modules/services/matrix')
-rw-r--r--nixos/modules/services/matrix/conduit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/conduit.nix b/nixos/modules/services/matrix/conduit.nix
index e6685af562c0..9b8a4f45c268 100644
--- a/nixos/modules/services/matrix/conduit.nix
+++ b/nixos/modules/services/matrix/conduit.nix
@@ -102,7 +102,7 @@ in
         default = {};
         description = ''
             Generates the conduit.toml configuration file. Refer to
-            <https://gitlab.com/famedly/conduit/-/blob/master/conduit-example.toml>
+            <https://docs.conduit.rs/configuration.html>
             for details on supported values.
             Note that database_path can not be edited because the service's reliance on systemd StateDir.
         '';