services: paperless: backups
This commit is contained in:
parent
7d8b8c4cae
commit
39477a85e7
|
@ -53,5 +53,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.services.borg-backup = mkIf cfg.enable {
|
||||||
|
paths = [ "/var/lib/docker/volumes/paperless_*" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue