disable automatic updates

attempt to fix kitchenowl hosts again
This commit is contained in:
Pim Kunis 2023-12-29 11:03:13 +01:00
parent dbf84c7f93
commit 36b2b48692
2 changed files with 13 additions and 11 deletions

View file

@ -93,14 +93,14 @@ in
source = borgmaticConfig;
};
systemd.timers.borgmatic = {
description = "Run borgmatic backup";
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "*-*-* 3:00:00";
Persistent = true;
RandomizedDelaySec = "3h";
};
};
# systemd.timers.borgmatic = {
# description = "Run borgmatic backup";
# wantedBy = [ "timers.target" ];
# timerConfig = {
# OnCalendar = "*-*-* 3:00:00";
# Persistent = true;
# RandomizedDelaySec = "3h";
# };
# };
};
}