ma modules.bump-distrowatch: run after network-online
This commit is contained in:
parent
e901e6e24e
commit
b04e622691
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue