added BORG_RELOCATED_REPO_ACCESS_IS_OK=yes to borg.nix

This commit is contained in:
mc-fucker 2023-09-12 08:30:07 +02:00
parent 56418c1ab4
commit 7dd3f181fa

View file

@ -35,6 +35,9 @@ in
};
systemd.services.borgbackup-job-default = {
environment = {
BORG_RELOCATED_REPO_ACCESS_IS_OK = "yes";
};
path = [ pkgs.btrfs-progs ];
serviceConfig = {
ReadWritePaths = [ "/backup" ];