From 87cd2673fbfee105d2ff7e07634645ef86ae6557 Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Sat, 23 Apr 2022 23:30:03 -0700 Subject: module: mautrix doesn't need registration file --- modules/matrix-appservices/as-formats.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/matrix-appservices') 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 = { -- cgit v1.2.3