feat(chireiden): enable extPersist device

This commit is contained in:
514fpv 2024-01-04 15:37:18 +08:00
parent e5447b5cda
commit a1ff11e63f
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -4,6 +4,10 @@
fs.esp.uuid = "32A5-6257";
fs.type = "xfs";
fs.store = "c0408dd5-dfc1-42e3-b925-2f32407d320a";
fs.extPersist.enable = true;
fs.extPersist.device = "/dev/disk/by-uuid/af2b8ec5-62d8-4b14-8ba8-083cc4fb33f4";
fs.extPersist.fsType = "btrfs";
fs.extPersist.options = [ "noatime" "compress=zstd" ];
fs.cryptsetup.enable = true;
fs.cryptsetup.uuids.nix = "3905f87f-7b11-49ef-8ddf-f4202c555ffd";
fs.cryptsetup.uuids.persist = "b2322f01-1c44-433f-a995-4ddce5845cf9";