From 032e95bd02125e098e62c50d7275d4194cdaf6c1 Mon Sep 17 00:00:00 2001 From: MartinNikov <99672862+MartinNikov@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:10:38 +0200 Subject: [PATCH] config(modules/withdrawals-automation): Remove `wantedBy` option The service does not need to be launched on a reboot or configuration switch because a timer starts it. --- modules/lido/withdrawals-automation/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/lido/withdrawals-automation/default.nix b/modules/lido/withdrawals-automation/default.nix index 770c76f1..59b6d481 100644 --- a/modules/lido/withdrawals-automation/default.nix +++ b/modules/lido/withdrawals-automation/default.nix @@ -97,8 +97,6 @@ systemd.services.lido-withdrawals-automation = { description = "Lido Withdrawals Automation"; - wantedBy = [ "multi-user.target" ]; - environment = toEnvVariables cfg.args; path = [ package ];