fix(incinerator): switch to ext4

This commit is contained in:
514fpv 2024-01-11 15:57:39 +08:00
parent fdcb038b61
commit f4fb731f94
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -7,8 +7,8 @@
libvirt.enable = false;
io.bluetooth = false;
io.audio = false;
fs.type = "btrfs";
fs.store = "534f985d-0540-49eb-a2f6-b30ea16f41ad";
fs.type = "ext4";
fs.store = "7c3459d2-c046-4ef6-8bc6-a8cf97bcade9";
oci.enable = true;
};