chore(ops/whitby): remove broken oauth2_proxy service
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
This commit is contained in:
parent
3fd00f99dd
commit
763c57b456
1 changed files with 0 additions and 5 deletions
|
@ -19,7 +19,6 @@ in
|
||||||
(mod "known-hosts.nix")
|
(mod "known-hosts.nix")
|
||||||
(mod "monorepo-gerrit.nix")
|
(mod "monorepo-gerrit.nix")
|
||||||
(mod "nixery.nix")
|
(mod "nixery.nix")
|
||||||
(mod "oauth2_proxy.nix")
|
|
||||||
(mod "owothia.nix")
|
(mod "owothia.nix")
|
||||||
(mod "panettone.nix")
|
(mod "panettone.nix")
|
||||||
(mod "paroxysm.nix")
|
(mod "paroxysm.nix")
|
||||||
|
@ -230,7 +229,6 @@ in
|
||||||
irccat.file = secretFile "irccat";
|
irccat.file = secretFile "irccat";
|
||||||
keycloak-db.file = secretFile "keycloak-db";
|
keycloak-db.file = secretFile "keycloak-db";
|
||||||
nix-cache-priv.file = secretFile "nix-cache-priv";
|
nix-cache-priv.file = secretFile "nix-cache-priv";
|
||||||
oauth2_proxy.file = secretFile "oauth2_proxy";
|
|
||||||
owothia.file = secretFile "owothia";
|
owothia.file = secretFile "owothia";
|
||||||
panettone.file = secretFile "panettone";
|
panettone.file = secretFile "panettone";
|
||||||
smtprelay.file = secretFile "smtprelay";
|
smtprelay.file = secretFile "smtprelay";
|
||||||
|
@ -435,9 +433,6 @@ in
|
||||||
|
|
||||||
# Run autosubmit bot for Gerrit
|
# Run autosubmit bot for Gerrit
|
||||||
gerrit-queue.enable = true;
|
gerrit-queue.enable = true;
|
||||||
|
|
||||||
# Run oauth2_proxy for internal service auth
|
|
||||||
oauth2_proxy.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
|
Loading…
Reference in a new issue