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 = {
|
services.borgbackup = {
|
||||||
jobs.backup = {
|
jobs.backup = {
|
||||||
paths = ["/persist"];
|
paths = ["/home"];
|
||||||
exclude = ["/persist/system/var/log"];
|
exclude = [];
|
||||||
repo = "${host}:${config.networking.hostName}";
|
repo = "${host}:${config.networking.hostName}";
|
||||||
encryption = {
|
encryption = {
|
||||||
mode = "repokey";
|
mode = "repokey";
|
||||||
|
|
Loading…
Reference in a new issue