Compare commits
No commits in common. "7748c67e4563164e413491fc2f3c0e1eed10b96f" and "a785cce6b0b0efa6c0a41cc8538815f879e9381e" have entirely different histories.
7748c67e45
...
a785cce6b0
|
@ -14,16 +14,10 @@ in {
|
||||||
options = ["nofail" "noatime"];
|
options = ["nofail" "noatime"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/export2178" = {
|
"/mnt/export2011" = {
|
||||||
device = "172.16.129.151:/nas/5876/immich";
|
device = "172.16.129.151:/nas/5876/bepasty";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["nofail" "noatime"];
|
options = ["nofail" "noatime" "noexec"];
|
||||||
};
|
|
||||||
|
|
||||||
"/mnt/export2179" = {
|
|
||||||
device = "172.16.131.31:/nas/5876/syncthing";
|
|
||||||
fsType = "nfs";
|
|
||||||
options = ["nofail"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue