fix(library): add noatime option

This commit is contained in:
514fpv 2024-01-20 12:47:00 +08:00
parent 74065794ca
commit 433024ec92
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -12,6 +12,7 @@
fs.extPersist.enable = true;
fs.extPersist.device = "/dev/disk/by-uuid/ba3d0989-9f81-4ac0-b5a7-124c86835cfa";
fs.extPersist.fsType = "ext4";
fs.extPersist.options = [ "noatime" ];
oci.enable = true;
acme.enable = true;
};