fix(backup): point towards correct backup location
This commit is contained in:
parent
c2181ab1d0
commit
8f7bbf8550
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ in {
|
|||
|
||||
services.borgbackup = {
|
||||
jobs.backup = {
|
||||
paths = ["/persist"];
|
||||
exclude = ["/persist/system/var/log"];
|
||||
paths = ["/home"];
|
||||
exclude = [];
|
||||
repo = "${host}:${config.networking.hostName}";
|
||||
encryption = {
|
||||
mode = "repokey";
|
||||
|
|
Loading…
Reference in a new issue