summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-14 02:33:40 +0100
committerRory& <root@rory.gay>2025-12-14 02:33:40 +0100
commit24128571fba0404572f594e9423f5a81aff87aa4 (patch)
treebcff8c2ba32ebaab21ba96808715939aaf208a54
parentExpose more settings that werent exposed by default (diff)
downloadOOYE-module-master.tar.xz
Fix syntax HEAD master
-rw-r--r--module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/module.nix b/module.nix

index c64329e..897a6c4 100644 --- a/module.nix +++ b/module.nix
@@ -51,13 +51,13 @@ in maxFileSize = lib.mkOption { type = lib.types.int; default = 8192000; - description = "Max size of files to bridge. Defaults to 8MB." + description = "Max size of files to bridge. Defaults to 8MB."; }; exposeUserIds = lib.mkOption { type = lib.types.bool; default = true; - description = "Whether to put Discord user IDs in the mxids, ie. @_ooye_123123123_username:rory.gay" + description = "Whether to put Discord user IDs in the mxids, ie. @_ooye_123123123_username:rory.gay"; }; enableSynapseIntegration = lib.mkEnableOption "Enable Synapse integration";