mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-02-16 22:34:33 +00:00
Changed systemd config settings to address backup provider change
This commit is contained in:
parent
4db2ea3920
commit
4ab97f0318
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue