about summary refs log tree commit diff
path: root/nixos/modules/services/system/cachix-watch-store.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/system/cachix-watch-store.nix')
-rw-r--r--nixos/modules/services/system/cachix-watch-store.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/system/cachix-watch-store.nix b/nixos/modules/services/system/cachix-watch-store.nix
index 8aa5f0358fa97..d48af29465aa5 100644
--- a/nixos/modules/services/system/cachix-watch-store.nix
+++ b/nixos/modules/services/system/cachix-watch-store.nix
@@ -61,6 +61,7 @@ in
   config = mkIf cfg.enable {
     systemd.services.cachix-watch-store-agent = {
       description = "Cachix watch store Agent";
+      wants = [ "network-online.target" ];
       after = [ "network-online.target" ];
       path = [ config.nix.package ];
       wantedBy = [ "multi-user.target" ];