From a9c55ead9b4efc4d4fc194debb10358a2491c478 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 24 Nov 2025 15:56:23 +0100 Subject: [PATCH] System: Run nps cache refresh service after network.target --- system/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/default.nix b/system/default.nix index 3a44dfab..efcd3d73 100644 --- a/system/default.nix +++ b/system/default.nix @@ -463,6 +463,7 @@ with mylib.networking; { services."refresh-nps-cache" = { # Make sure `nix` and `nix-env` are findable by systemd.services. path = ["/run/current-system/sw/"]; + after = ["network.target"]; serviceConfig = { Type = "oneshot"; User = "${username}";