Add noatime and hard to the restic-server share

This commit is contained in:
Andreas Zweili 2022-06-07 23:32:59 +02:00
parent eb2c85ef06
commit 89f560353a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ in
fileSystems.${repository} = {
device = "10.7.89.108:restic-server";
fsType = "nfs";
options = [ "noatime" "hard" ];
};
services.restic.server = {
enable = true;