AutoUpdateSigned : Wait for network.
This commit is contained in:
parent
1ad92a06c6
commit
c5b3675d75
|
@ -24,6 +24,8 @@
|
||||||
};
|
};
|
||||||
${lib.getExe pkgs.gnumake} switch
|
${lib.getExe pkgs.gnumake} switch
|
||||||
'';
|
'';
|
||||||
|
after = [ "network-online.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.timers.autoupdate = {
|
systemd.timers.autoupdate = {
|
||||||
|
@ -31,6 +33,7 @@
|
||||||
OnCalendar = "hourly";
|
OnCalendar = "hourly";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
Unit = "autoupdate.service";
|
Unit = "autoupdate.service";
|
||||||
|
# RandomizedDelaySec = 60;
|
||||||
};
|
};
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue