1
0
Fork 0
forked from fabian/nix
This commit is contained in:
Fabian Montero 2025-08-28 16:26:31 -06:00
parent 286fcc67d2
commit 9294335882
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
4 changed files with 4 additions and 5 deletions

View file

@ -24,7 +24,7 @@ in {
description = "Remote rsync repository to back up to.";
};
};
config = mkIf cfg.enable {
services.borgbackup.jobs.rsync = {
paths = cfg.paths;
@ -57,7 +57,7 @@ in {
"--remote-path=borg14"
];
};
environment.sessionVariables.BORG_REMOTE_PATH = "borg14";
};
}