disable automatic updates
attempt to fix kitchenowl hosts again
This commit is contained in:
parent
dbf84c7f93
commit
36b2b48692
2 changed files with 13 additions and 11 deletions
|
@ -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";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue