From 0489b721b146f0c92b9c1a83ad4d6c3249f269a8 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 12 Jan 2024 12:33:47 +0300 Subject: [PATCH] Remove ldap usage and update site input --- flake.lock | 6 +++--- hosts/cube/akkoma.nix | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index f7eaa7c..a834f98 100644 --- a/flake.lock +++ b/flake.lock @@ -879,11 +879,11 @@ "tools": "tools" }, "locked": { - "lastModified": 1704993388, - "narHash": "sha256-jlWthzG6FJSPJYnDqQys0i8KkBAh3B41kO2yLHIjOUs=", + "lastModified": 1705051963, + "narHash": "sha256-itwKf0wTMihtXUQB7/UZgwJ1ETBPts/p/t2UzRQhkv8=", "owner": "RGBCube", "repo": "Site", - "rev": "67e7b7db2771eef493688aae7fe73b6db44c67e0", + "rev": "97eb3e5d253d3da44c9c5b3e7abd5fe3efcb96bd", "type": "github" }, "original": { diff --git a/hosts/cube/akkoma.nix b/hosts/cube/akkoma.nix index bc5ad08..612b29c 100644 --- a/hosts/cube/akkoma.nix +++ b/hosts/cube/akkoma.nix @@ -49,12 +49,6 @@ serverSystemConfiguration { external_user_syncronization = true; }; - config.":pleroma".":ldap" = { - enabled = true; - host = "127.0.0.1"; - # Continue... - }; - config.":pleroma".":rate_limit" = let ratelimit = unauth: auth: [(mkTuple [1000 unauth]) (mkTuple [1000 auth])]; in {