Disable hydra
All checks were successful
Buill NixOS Configurations / build (carbon) (push) Successful in 1m20s
Buill NixOS Configurations / build (git) (push) Successful in 1m20s
Buill NixOS Configurations / build (gospel) (push) Successful in 1m24s
Buill NixOS Configurations / build (node) (push) Successful in 1m18s

This commit is contained in:
alejandro-angulo 2026-02-28 21:38:14 -08:00
parent 90b3ee1eda
commit 0819294a35

View file

@ -47,7 +47,8 @@
services.prometheus.enable = true; services.prometheus.enable = true;
services.promtail.enable = true; services.promtail.enable = true;
services.hydra = { services.hydra = {
enable = true; # Intentionally disabled for now
enable = false;
acmeCertName = "kilonull.com"; acmeCertName = "kilonull.com";
secretKeyPath = "/var/gospelCache"; secretKeyPath = "/var/gospelCache";
s3Bucket = "nix-store"; s3Bucket = "nix-store";