global(fs): extPersist -> external

This commit is contained in:
514fpv 2024-01-21 20:43:50 +08:00
parent 7156cbf218
commit fa24626bcc
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
4 changed files with 14 additions and 14 deletions

View file

@ -9,10 +9,10 @@
fs.esp.uuid = "00A5-929C";
fs.type = "xfs";
fs.store = "25b9f83f-7f6d-432f-a169-2985e5930401";
fs.extPersist.enable = true;
fs.extPersist.device = "/dev/disk/by-uuid/ba3d0989-9f81-4ac0-b5a7-124c86835cfa";
fs.extPersist.fsType = "ext4";
fs.extPersist.options = [ "noatime" ];
fs.external.enable = true;
fs.external.device = "/dev/disk/by-uuid/ba3d0989-9f81-4ac0-b5a7-124c86835cfa";
fs.external.fsType = "ext4";
fs.external.options = [ "noatime" ];
oci.enable = true;
acme.enable = true;
};