added BORG_RELOCATED_REPO_ACCESS_IS_OK=yes to borg.nix
This commit is contained in:
parent
56418c1ab4
commit
7dd3f181fa
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.borgbackup-job-default = {
|
systemd.services.borgbackup-job-default = {
|
||||||
|
environment = {
|
||||||
|
BORG_RELOCATED_REPO_ACCESS_IS_OK = "yes";
|
||||||
|
};
|
||||||
path = [ pkgs.btrfs-progs ];
|
path = [ pkgs.btrfs-progs ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ReadWritePaths = [ "/backup" ];
|
ReadWritePaths = [ "/backup" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue