diff --git a/nixos-module.nix b/nixos-module.nix index 0bccaba..93aef4b 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -270,7 +270,7 @@ in }; systemd.services.blocklist-update = lib.mkIf cfg.hunter.enable { - requires = [ "network-online.target" ]; + after = [ "network.target" ]; path = with pkgs; [ coreutils wget ]; script = '' T=$(mktemp blocklistXXXX)