about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-30T20·09+0300
committerclbot <clbot@tvl.fyi>2023-06-30T20·21+0000
commit763c57b4566cf599e7307af11e7c7a3a18a9fde0 (patch)
tree40af08a25774bafa8d0f329b0ac32afc5ac608d3 /ops/machines
parent3fd00f99ddea4fd037d7b4bf656465471fd7dbc3 (diff)
chore(ops/whitby): remove broken oauth2_proxy service r/6374
this never worked and was never used, but for now the module itself is
still around in case somebody wants it for something

Change-Id: Id8e449e08c8012786bca0ea57d9c7b97056a1f3d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8905
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/whitby/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 61ab426dfb..6ff1472e31 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -19,7 +19,6 @@ in
     (mod "known-hosts.nix")
     (mod "monorepo-gerrit.nix")
     (mod "nixery.nix")
-    (mod "oauth2_proxy.nix")
     (mod "owothia.nix")
     (mod "panettone.nix")
     (mod "paroxysm.nix")
@@ -230,7 +229,6 @@ in
       irccat.file = secretFile "irccat";
       keycloak-db.file = secretFile "keycloak-db";
       nix-cache-priv.file = secretFile "nix-cache-priv";
-      oauth2_proxy.file = secretFile "oauth2_proxy";
       owothia.file = secretFile "owothia";
       panettone.file = secretFile "panettone";
       smtprelay.file = secretFile "smtprelay";
@@ -435,9 +433,6 @@ in
 
     # Run autosubmit bot for Gerrit
     gerrit-queue.enable = true;
-
-    # Run oauth2_proxy for internal service auth
-    oauth2_proxy.enable = true;
   };
 
   services.postgresql = {