ma modules.bump-distrowatch: run after network-online
This commit is contained in:
parent
d57497a4ca
commit
1d16047c56
@ -5,7 +5,7 @@ let
|
||||
|
||||
imp = {
|
||||
systemd.services.distrobump = {
|
||||
after = [ "network.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.curl ];
|
||||
restartIfChanged = false;
|
||||
|
Loading…
Reference in New Issue
Block a user