diff options
| author | Grisha Shipunov | 2026-07-25 13:34:43 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-07-26 08:32:55 +0000 |
| commit | 7be7bf0700dd2ae6e9e9b9726ec94d211f4615d7 (patch) | |
| tree | 577d38c31811f1aac6fe852221add1b6577c2985 /hosts/conduwuit/conduwuit.nix | |
| parent | b01909d13a4d26f2c0b91777a3dd14ad326defb1 (diff) | |
conduwuit: yeet
Diffstat (limited to 'hosts/conduwuit/conduwuit.nix')
| -rw-r--r-- | hosts/conduwuit/conduwuit.nix | 24 |
1 files changed, 0 insertions, 24 deletions
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"; - }; - }; - }; - }; -} |
