From 4ab97f0318ccce8264f3f68d53838ec5009b9710 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 14 Dec 2021 06:54:49 +0200 Subject: [PATCH] Changed systemd config settings to address backup provider change --- backup/restic.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/backup/restic.nix b/backup/restic.nix index 6c7d5bb..07bb33c 100644 --- a/backup/restic.nix +++ b/backup/restic.nix @@ -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";