diff --git a/modules/services/pimsync.nix b/modules/services/pimsync.nix index 99eac8d1d..b2cda6445 100644 --- a/modules/services/pimsync.nix +++ b/modules/services/pimsync.nix @@ -43,6 +43,7 @@ in Description = "pimsync calendar and contacts synchronization"; PartOf = [ "network-online.target" ]; }; + Install.WantedBy = [ "default.target" ]; Service = { # TODO: make use of the readiness notification Type = "simple";