From dbf6ef98d3b34a98b72b4d23c61bd696a6e74ea4 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 14:52:04 +0200 Subject: [PATCH] fuck me with hammers --- services/social/conduit.mod.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 services/social/conduit.mod.nix diff --git a/services/social/conduit.mod.nix b/services/social/conduit.mod.nix deleted file mode 100644 index 5374c94..0000000 --- a/services/social/conduit.mod.nix +++ /dev/null @@ -1,21 +0,0 @@ -{conduwuit, ...}: { - glucose.modules = [ - ({ - lib, - config, - ... - }: { - services.conduwuit = { - enable = true; - package = conduwuit.packages.x86_64-linux.default; - settings.global = { - server_name = "noosphere"; - max_request_size = 1024 * 1024 * 1024; - address = ["127.0.0.1"]; - port = [7893]; - # database_path = lib.mkForce "/var/services/conduwuit/"; - }; - }; - }) - ]; -}