diff --git a/services/monero/p2pool.nix b/services/monero/p2pool.nix index 4550451..2555b1d 100644 --- a/services/monero/p2pool.nix +++ b/services/monero/p2pool.nix @@ -33,12 +33,6 @@ wants = [ "monero.service" ]; }; - # Stop p2pool on UPS battery to conserve power - services.apcupsd.hooks = lib.mkIf config.services.apcupsd.enable { - onbattery = "systemctl stop p2pool"; - offbattery = "systemctl start p2pool"; - }; - networking.firewall.allowedTCPPorts = [ service_configs.ports.public.p2pool_p2p.port ];