From 09de9577d47d8bffb11c449b6a3d24e32ac16c99 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Tue, 16 Dec 2025 05:40:45 +0100 Subject: [PATCH] pimsync: add Install.WantedBy for default.target (#8344) --- modules/services/pimsync.nix | 1 + 1 file changed, 1 insertion(+) 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";