challenger: Fix nfs-client, replace borg with restic

This commit is contained in:
2024-10-04 21:37:14 +02:00
parent 12e4d22136
commit 6de16fb116
3 changed files with 38 additions and 38 deletions

View File

@@ -22,6 +22,12 @@
"/mnt/feal-syn1/backup" = {
device = "feal-syn1.home.feal.no:/volume2/backup";
fsType = "nfs";
options = [
"defaults"
"noatime"
"rw"
"nfsvers=3"
];
};
};
}