refactor(fs)!: extPersist -> external

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

View file

@ -7,9 +7,9 @@
fs.esp.uuid = "B20E-5994";
fs.type = "xfs";
fs.store = "e8eea851-51b0-4c29-80c4-3d9358c4f3f8";
fs.extPersist.enable = true;
fs.extPersist.device = "/dev/disk/by-uuid/f0e13b58-1223-479c-b673-3a8e629c7f72";
fs.extPersist.fsType = "ext4";
fs.external.enable = true;
fs.external.device = "/dev/disk/by-uuid/f0e13b58-1223-479c-b673-3a8e629c7f72";
fs.external.fsType = "ext4";
fs.cryptsetup.enable = true;
fs.cryptsetup.uuids.nix = "84baa53a-c76d-4716-813a-196f5a53e44d";
fs.cryptsetup.uuids.persist = "e31f8b1c-6504-4b43-93dd-997ad17ebf5e";