fix(library): add noatime option
This commit is contained in:
parent
74065794ca
commit
433024ec92
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue