mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-05 00:13:12 +00:00
fix: path to backup backet
This commit is contained in:
parent
eab3d1e761
commit
5210e610df
|
@ -6,7 +6,7 @@ in
|
||||||
services.restic.backups = {
|
services.restic.backups = {
|
||||||
options = {
|
options = {
|
||||||
passwordFile = "/etc/restic/resticPasswd";
|
passwordFile = "/etc/restic/resticPasswd";
|
||||||
repository = "s3:s3.anazonaws.com/${cfg.backblaze.bucket}";
|
repository = "s3:s3.anazonaws.com/${cfg.backup.bucket}";
|
||||||
initialize = true;
|
initialize = true;
|
||||||
paths = [
|
paths = [
|
||||||
"/var/dkim"
|
"/var/dkim"
|
||||||
|
|
Loading…
Reference in a new issue