This commit is contained in:
Tasia Iso 2024-05-24 13:06:56 +02:00
parent adb8f3f40a
commit e7f412de03
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -1,12 +1,12 @@
{pkgs, ...}: {
# systemd.timers."nix-auto-upgrade" = {
# wantedBy = ["timers.target"];
# timerConfig = {
# OnCalendar = "weekly";
# Persistent = true;
# Unit = "nix-auto-upgrade";
# };
# };
systemd.timers."nix-auto-upgrade" = {
wantedBy = ["timers.target"];
timerConfig = {
OnCalendar = "weekly";
Persistent = true;
Unit = "nix-auto-upgrade";
};
};
systemd.services."nix-auto-upgrade" = {
script = ''