global(fs): extPersist -> external
This commit is contained in:
parent
7156cbf218
commit
fa24626bcc
4 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue