a
This commit is contained in:
parent
c010001ae1
commit
cb54e1d487
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
systemd.timers."nix-auto-upgrade" = {
|
||||
enable = true;
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
FixedRandomDelay = false;
|
||||
|
@ -11,6 +12,7 @@
|
|||
};
|
||||
|
||||
systemd.services."nix-auto-upgrade" = {
|
||||
enable = true;
|
||||
unitConfig = {
|
||||
After="network-online.target";
|
||||
Description="NixOS Upgrade";
|
||||
|
|
Loading…
Reference in a new issue