summaryrefslogtreecommitdiff
path: root/hosts/p-body/nginx.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-29 01:15:01 -0400
committerseth <[email protected]>2023-05-29 01:30:28 -0400
commit9c71189567163ef53acfbfd7c39384683a592290 (patch)
tree42e749744ae58a167ae11aaffccd5be347d951cb /hosts/p-body/nginx.nix
parentfea13c023a58315f6d4a3645edf4ead787f8d908 (diff)
!back to hercules-ci
hydra is a little annoying to configure, especially with features like github prs
Diffstat (limited to 'hosts/p-body/nginx.nix')
-rw-r--r--hosts/p-body/nginx.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/p-body/nginx.nix b/hosts/p-body/nginx.nix
index 8f2f0da..df887b3 100644
--- a/hosts/p-body/nginx.nix
+++ b/hosts/p-body/nginx.nix
@@ -40,18 +40,6 @@ in {
locations = mkProxy "/" "3000";
};
- "hydra.${domain}" = {
- enableACME = true;
- addSSL = true;
-
- locations."/" = {
- proxyPass = "http://localhost:${toString config.services.hydra.port}";
- extraConfig = ''
- add_header Front-End-Https on;
- '';
- };
- };
-
"grafana.${domain}" = {
enableACME = true;
addSSL = true;