Disable Hydra since it demolishes the server SWAP
parent
4a40dc8802
commit
dc3ecc2d41
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue