From a2c4f7385b05bac5863611e2821a12b14ba4dd66 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 11 Aug 2025 10:51:15 +0200 Subject: [PATCH] server fix --- nixos/hosts/kylekrein-server/default.nix | 2 +- systems/x86_64-linux/kylekrein-server/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/kylekrein-server/default.nix b/nixos/hosts/kylekrein-server/default.nix index e1894ae..25033de 100644 --- a/nixos/hosts/kylekrein-server/default.nix +++ b/nixos/hosts/kylekrein-server/default.nix @@ -108,7 +108,7 @@ port = [6167]; trusted_servers = ["matrix.org"]; allow_registration = false; - registration_token = null;#nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64 + registration_token = null; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64 allow_federation = true; allow_encryption = true; diff --git a/systems/x86_64-linux/kylekrein-server/default.nix b/systems/x86_64-linux/kylekrein-server/default.nix index cab44c2..ad05746 100644 --- a/systems/x86_64-linux/kylekrein-server/default.nix +++ b/systems/x86_64-linux/kylekrein-server/default.nix @@ -33,7 +33,7 @@ with lib.custom; { port = [6167]; trusted_servers = ["matrix.org"]; allow_registration = false; - registration_token = ""; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64 + registration_token = null; #nix shell nixpkgs#openssl -c openssl rand -base64 48 | tr -d '/+' | cut -c1-64 allow_federation = true; allow_encryption = true;