From a2eecd1886d1df47ce0d9fba2c23b8104a22242b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 6 Oct 2024 09:58:44 +0200 Subject: [PATCH] feat(buildbot): disable manhole debugging Signed-off-by: Raito Bezarius --- services/buildbot/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/buildbot/default.nix b/services/buildbot/default.nix index 2adb1ab..dd1bd68 100644 --- a/services/buildbot/default.nix +++ b/services/buildbot/default.nix @@ -75,8 +75,6 @@ in inherit (cfg) domain; - debugging.enable = true; - oauth2 = { name = "Lix"; clientId = "forkos-buildbot";