1
1
Fork 0

Disable Hydra since it demolishes the server SWAP

main
Bill Ewanick 2024-01-14 18:26:38 -05:00
parent 4a40dc8802
commit dc3ecc2d41
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ let
in in
{ {
services.hydra = { services.hydra = {
enable = true; enable = false;
port = PORT; port = PORT;
hydraURL = "https://${HOST}:${toString PORT}"; hydraURL = "https://${HOST}:${toString PORT}";
notificationSender = "hydra@fancyTypist.com"; notificationSender = "hydra@fancyTypist.com";