atime changes

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-29 16:31:08 -04:00 committed by Alice Huston
parent f043a00d51
commit ed65c72abd

View File

@ -42,6 +42,8 @@
device = "ZFS-primary/nix"; device = "ZFS-primary/nix";
fsType = "zfs"; fsType = "zfs";
depends = [ "/crypto/keys" ]; depends = [ "/crypto/keys" ];
neededForBoot = true;
options = [ "noatime" ];
}; };
}; };
} }