1
1

Disable Hydra since it demolishes the server SWAP

This commit is contained in:
2024-01-14 18:26:38 -05:00
parent 4a40dc8802
commit dc3ecc2d41

View File

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