Set noatime on lucifer
"relatime" is still potentially expensive, as it will update the atime once a day.
Eelco Dolstra committed
Jul 1, 2015 at 10:52 UTC
67dd0125e3eb568844af455b5403990e6651b704
1 file changed
+1
delft/lucifer.nix
+1
@@ -37,6 +37,7 @@
37
fileSystems."/fatdata" =
38
{ device = "/dev/fatdisk/fatdata";
39
neededForBoot = true;
40
+ options = "defaults,noatime";
41
};
42
43
fileSystems."/nix" =