sakura: remove conduit
flake.nix: remove conduwuit
This commit is contained in:
parent
ac9c730b2c
commit
850504f020
4 changed files with 161 additions and 850 deletions
982
flake.lock
generated
982
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -89,7 +89,6 @@
|
||||||
eww.url = "github:elkowar/eww";
|
eww.url = "github:elkowar/eww";
|
||||||
anyrun.url = "github:Kirottu/anyrun";
|
anyrun.url = "github:Kirottu/anyrun";
|
||||||
botoh.url = "git+https://git.flake.sh/notohh/botoh";
|
botoh.url = "git+https://git.flake.sh/notohh/botoh";
|
||||||
conduwuit.url = "github:girlbossceo/conduwuit";
|
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
|
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
|
||||||
prismlauncher.url = "github:PrismLauncher/PrismLauncher";
|
prismlauncher.url = "github:PrismLauncher/PrismLauncher";
|
||||||
|
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -7,7 +7,6 @@
|
||||||
# ./hedgedoc.nix
|
# ./hedgedoc.nix
|
||||||
./grafana.nix
|
./grafana.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
#./conduit.nix
|
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./rustlog.nix
|
./rustlog.nix
|
||||||
./wastebin.nix
|
./wastebin.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue