1

System: Run nps cache refresh service after network.target

This commit is contained in:
2025-11-24 15:56:23 +01:00
parent 3b4a02a08a
commit a9c55ead9b

View File

@ -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}";