summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 17:42:53 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 17:42:53 +0100
commit0b92bcf7043158d7dd322333e763850b955ef4df (patch)
tree730ac2ae359ed57286a569bcdf46f7b062e8f66c /host
parenttest (diff)
downloadRory-Open-Architecture-0b92bcf7043158d7dd322333e763850b955ef4df.tar.xz
test
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix
index 389b7ef..a450f2d 100755
--- a/host/Rory-synapse/configuration.nix
+++ b/host/Rory-synapse/configuration.nix
@@ -96,7 +96,8 @@
       server_name = "rory.gay";
 
       enable_registration = false;
-      registration_shared_secret = builtins.exec ["cat" "/dev/urandom" "|" "tr" "-dc" "a-zA-Z0-9" "|" "fold" "-w" "256" "|" "head" "-n" "1"];
+      # 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"];
       
       # Alicia - types: https://github.com/NixOS/nixpkgs/blob/release-22.11/nixos/modules/services/matrix/synapse.nix#L410
       listeners = [