ma modules.bump-distrowatch: run after network-online

This commit is contained in:
makefu 2019-09-25 15:13:25 +02:00
parent e901e6e24e
commit b04e622691

View file

@ -5,7 +5,7 @@ let
imp = { imp = {
systemd.services.distrobump = { systemd.services.distrobump = {
after = [ "network.target" ]; after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
path = [ pkgs.curl ]; path = [ pkgs.curl ];
restartIfChanged = false; restartIfChanged = false;