summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse.nix
diff options
context:
space:
mode:
authorEmma (Rory&) <root@rory.gay>2023-09-28 14:55:08 +0200
committerEmma (Rory&) <root@rory.gay>2023-09-28 14:55:08 +0200
commit8f1f6c1c0930eb527b6500289f1c75928e7c2589 (patch)
treecda909f13b091f50fef65d48fe08758041307de9 /host/Rory-nginx/services/matrix/synapse.nix
parentFix domains (diff)
downloadRory-Open-Architecture-8f1f6c1c0930eb527b6500289f1c75928e7c2589.tar.xz
Formatting changes
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse.nix')
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/synapse.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix
index f9b746d..d41072e 100755..100644
--- a/host/Rory-nginx/services/matrix/synapse.nix
+++ b/host/Rory-nginx/services/matrix/synapse.nix
@@ -36,7 +36,6 @@
         };
       };
 
-
       # Alicia - figure this out later...
       #registration_shared_secret = builtins.exec ["cat" "/dev/urandom" "|" "tr" "-dc" "a-zA-Z0-9" "|" "fold" "-w" "256" "|" "head" "-n" "1"];
       registration_shared_secret_path = "/var/lib/matrix-synapse/registration_shared_secret.txt";
@@ -205,6 +204,6 @@
         WorkingDirectory = "/var/lib/matrix-synapse";
       };
     };
-  system.stateVersion = "22.11"; # DO NOT EDIT!
+
 }