diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-04-23 23:30:03 -0700 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-04-23 23:30:03 -0700 |
commit | 87cd2673fbfee105d2ff7e07634645ef86ae6557 (patch) | |
tree | 1a08d5e8080c6db80061e655b436f8b7134be88d /modules/matrix-appservices | |
parent | df7f0eec6adc2d503caeaa0a05d5d1d653654c95 (diff) |
module: mautrix doesn't need registration file
Diffstat (limited to 'modules/matrix-appservices')
-rw-r--r-- | modules/matrix-appservices/as-formats.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/matrix-appservices/as-formats.nix b/modules/matrix-appservices/as-formats.nix index 0f4e7c2..def8dc9 100644 --- a/modules/matrix-appservices/as-formats.nix +++ b/modules/matrix-appservices/as-formats.nix @@ -11,8 +11,7 @@ let mautrix = { startupScript = '' - ${command} --config=$SETTINGS_FILE \ - --registration=$REGISTRATION_FILE + ${command} --config=$SETTINGS_FILE ''; settings = { |