This commit is contained in:
Tasia Iso 2024-06-07 18:16:19 +02:00
parent c010001ae1
commit cb54e1d487
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -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";