diff --git a/clients/quadraticserver/redlib.nix b/clients/quadraticserver/redlib.nix index 71faeba..6a61eec 100644 --- a/clients/quadraticserver/redlib.nix +++ b/clients/quadraticserver/redlib.nix @@ -1,7 +1,5 @@ { config, - inputs, - pkgs, ... }: { @@ -11,26 +9,6 @@ address = "127.0.0.6"; port = 8082; settings.REDLIB_DEFAULT_THEME = "nord"; - - package = pkgs.redlib.overrideAttrs (oldAttrs: rec { - doCheck = false; - src = inputs.redlib; - - env = oldAttrs.env // { - BORING_BSSL_INCLUDE_PATH = pkgs.boringssl.dev + "/include"; - BORING_BSSL_PATH = pkgs.boringssl; - RUSTFLAGS = "-L ${pkgs.boringssl}/lib"; - }; - - nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ - pkgs.rustPlatform.bindgenHook - ]; - - cargoDeps = pkgs.rustPlatform.fetchCargoVendor { - inherit src; - hash = "sha256-eO3c7rlFna3DuO31etJ6S4c7NmcvgvIWZ1KVkNIuUqQ="; - }; - }); }; caddy.authedHosts."redlib.federated.nexus" = diff --git a/flake.lock b/flake.lock index b2f1364..01af267 100644 --- a/flake.lock +++ b/flake.lock @@ -1665,11 +1665,11 @@ ] }, "locked": { - "lastModified": 1776027210, - "narHash": "sha256-rQEwWySmuokverRdMyHCcB4oxU8jc29xIw3YqlAxbaA=", + "lastModified": 1775853233, + "narHash": "sha256-UWPNN2R1CF4w6h+aK/ecaYYtL8n7s67/Lr+1YbHB95M=", "ref": "refs/heads/main", - "rev": "b701da19dcd29044f6d0a61a6171aded5f5dd043", - "revCount": 469, + "rev": "07decc10e243c3f13cc6261393b36f4f6bc65b3c", + "revCount": 457, "submodules": true, "type": "git", "url": "https://git.federated.nexus/nexus/Nexus" @@ -2633,22 +2633,6 @@ "type": "github" } }, - "redlib": { - "flake": false, - "locked": { - "lastModified": 1775740122, - "narHash": "sha256-jiLjyp6ze3HEsr7F+eRW3DyKJBJl+EoNjQ0wpEB+xlc=", - "owner": "Silvenga", - "repo": "redlib", - "rev": "72394ed320bd4437bb29e8780af0513b4ff02152", - "type": "github" - }, - "original": { - "owner": "Silvenga", - "repo": "redlib", - "type": "github" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -2668,7 +2652,6 @@ "nix-matrix-appservices": "nix-matrix-appservices", "nixpkgs": "nixpkgs_2", "nixpkgs-custom": "nixpkgs-custom", - "redlib": "redlib", "run0-sudo-shim": "run0-sudo-shim", "sdm845": "sdm845", "stylix": "stylix", diff --git a/flake.nix b/flake.nix index 00c6f82..6afe7ac 100755 --- a/flake.nix +++ b/flake.nix @@ -22,10 +22,6 @@ url = "git+https://codeberg.org/lapingvino/cinny"; flake = false; }; - redlib = { - url = "github:Silvenga/redlib"; - flake = false; - }; stylix = { url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/modules/server/continuwuity.nix b/modules/server/continuwuity.nix index ef13d8d..63f8f9e 100644 --- a/modules/server/continuwuity.nix +++ b/modules/server/continuwuity.nix @@ -45,8 +45,6 @@ "freetard\\.net$" # racism, zip bomb attempts ]; ignore_messages_from_server_names = [ ]; - allow_joining_broken_rooms = true; - trusted_servers = [ "maunium.net" "codestorm.net"