From ee5fa3718925cfc7844f8590d737c50ab2c526a5 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 26 May 2025 21:50:38 +0200 Subject: [PATCH] finish conduwuit->conduit migration --- hosts/conduwuit/conduwuit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/conduwuit/conduwuit.nix b/hosts/conduwuit/conduwuit.nix index 9483246..8e344e5 100644 --- a/hosts/conduwuit/conduwuit.nix +++ b/hosts/conduwuit/conduwuit.nix @@ -6,7 +6,7 @@ settings = { global = { database_backend = "rocksdb"; - new_user_displayname_suffix = ""; + enable_lightning_bolt = false; port = 6167; server_name = "oxapentane.com"; address = "0.0.0.0";