From 7be7bf0700dd2ae6e9e9b9726ec94d211f4615d7 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 25 Jul 2026 13:34:43 +0000 Subject: conduwuit: yeet --- hosts/conduwuit/conduwuit.nix | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 hosts/conduwuit/conduwuit.nix (limited to 'hosts/conduwuit/conduwuit.nix') diff --git a/hosts/conduwuit/conduwuit.nix b/hosts/conduwuit/conduwuit.nix deleted file mode 100644 index 8e344e5..0000000 --- a/hosts/conduwuit/conduwuit.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ pkgs, ... }: -{ - services.matrix-conduit = { - enable = true; - package = pkgs.matrix-conduit; - settings = { - global = { - database_backend = "rocksdb"; - enable_lightning_bolt = false; - port = 6167; - server_name = "oxapentane.com"; - address = "0.0.0.0"; - trusted_servers = [ - "matrix.org" - "matrix.c3d2.de" - ]; - well_known = { - client = "https://oxapentane.com"; - server = "oxapentane.com:443"; - }; - }; - }; - }; -} -- cgit v1.3.1