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
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:
parent
90b3ee1eda
commit
0819294a35
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue