summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 04:59:47 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-08-18 04:59:47 +0200
commit5eeab3aafdd3e5c7d06105690e56b84096f0063d (patch)
tree37bf6120dd261dfdfdb3e1e6bac0ef8173961f7d /host
parentConduit reg token (diff)
downloadRory-Open-Architecture-5eeab3aafdd3e5c7d06105690e56b84096f0063d.tar.xz
Conduit reg token
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/conduit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix
index 98462c6..2a37bfe 100755
--- a/host/Rory-nginx/services/matrix/conduit.nix
+++ b/host/Rory-nginx/services/matrix/conduit.nix
@@ -21,7 +21,7 @@
 
       script = ''
         mkdir -p /run/systemd/system/conduit.service.d
-        echo Environment=CONDUIT_REGISTRATION_TOKEN=$(cat /var/lib/matrix-synapse/registration_shared_secret.txt) > /run/systemd/system/conduit.service.d/override.conf
+        echo Environment=\"CONDUIT_REGISTRATION_TOKEN=$(cat /var/lib/matrix-synapse/registration_shared_secret.txt)\" > /run/systemd/system/conduit.service.d/override.conf
         systemctl daemon-reload'';
       serviceConfig = {
         User = "root";