sakura: remove conduit

flake.nix: remove conduwuit
This commit is contained in:
notohh 2025-02-09 00:58:55 -05:00
parent ac9c730b2c
commit 850504f020
Signed by: notohh
GPG key ID: BD47506D475EE86D
4 changed files with 161 additions and 850 deletions

982
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -89,7 +89,6 @@
eww.url = "github:elkowar/eww";
anyrun.url = "github:Kirottu/anyrun";
botoh.url = "git+https://git.flake.sh/notohh/botoh";
conduwuit.url = "github:girlbossceo/conduwuit";
catppuccin.url = "github:catppuccin/nix";
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
prismlauncher.url = "github:PrismLauncher/PrismLauncher";

View file

@ -1,27 +0,0 @@
{inputs, ...}: {
networking.firewall.allowedTCPPorts = [6167 8448];
services.matrix-conduit = {
enable = true;
package = inputs.conduwuit.packages.x86_64-linux.default;
settings = {
global = {
address = "0.0.0.0";
server_name = "matrix.flake.sh";
allow_registration = false;
allow_federation = true;
allow_encryption = true;
log = "info";
max_concurrent_requests = 100;
max_request_size = 20000000;
database_backend = "rocksdb";
enable_lightning_bolt = false;
trusted_servers = ["matrix.org"];
url_preview_domain_contains_allowlist = ["*"];
well_known = {
client = "https://matrix.flake.sh";
server = "matrix.flake.sh:443";
};
};
};
};
}

View file

@ -7,7 +7,6 @@
# ./hedgedoc.nix
./grafana.nix
./vaultwarden.nix
#./conduit.nix
./tailscale.nix
./rustlog.nix
./wastebin.nix