global(fs): add noatime option
This commit is contained in:
parent
86350fe9e8
commit
d07ecb8b9b
2 changed files with 2 additions and 0 deletions
|
@ -7,5 +7,6 @@ in mkIf (cfg.type == "xfs") {
|
|||
fileSystems."/nix" =
|
||||
{ device = "/dev/disk/by-uuid/${cfg.store}";
|
||||
fsType = "xfs";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue