Changed systemd config settings to address backup provider change

aws-to-backblaze
Illia Chub 2021-12-14 06:54:49 +02:00
parent 4db2ea3920
commit 4ab97f0318
No known key found for this signature in database
GPG Key ID: 5D3581534C02467A
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@ let
cfg = config.services.userdata;
in
{
systemd = {
services = {
"restic-scheduled-backup" = {};
};
timers = {
"restic-scheduled-backup-timer" = {};
};
};
services.restic.backups = {
options = {
passwordFile = "/etc/restic/resticPasswd";