mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Make backups at 3 o'clock
This commit is contained in:
parent
6f37cc0cd9
commit
c2a0ef956f
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ in
|
||||||
"--keep-monthly 6"
|
"--keep-monthly 6"
|
||||||
"--keep-yearly 1"
|
"--keep-yearly 1"
|
||||||
];
|
];
|
||||||
|
timerConfig = {
|
||||||
|
OnCalendar = "03:00";
|
||||||
|
Persistent = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
value.extraConfig
|
value.extraConfig
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue