Disable Hydra since it demolishes the server SWAP
This commit is contained in:
@@ -5,7 +5,7 @@ let
|
||||
in
|
||||
{
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
port = PORT;
|
||||
hydraURL = "https://${HOST}:${toString PORT}";
|
||||
notificationSender = "hydra@fancyTypist.com";
|
||||
|
||||
Reference in New Issue
Block a user