about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation/evcc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/home-automation/evcc.nix')
-rw-r--r--nixos/modules/services/home-automation/evcc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/home-automation/evcc.nix b/nixos/modules/services/home-automation/evcc.nix
index d0ce3fb4a1ce..f360f525b04b 100644
--- a/nixos/modules/services/home-automation/evcc.nix
+++ b/nixos/modules/services/home-automation/evcc.nix
@@ -41,6 +41,7 @@ in
 
   config = mkIf cfg.enable {
     systemd.services.evcc = {
+      wants = [ "network-online.target" ];
       after = [
         "network-online.target"
         "mosquitto.target"