fix(incinerator): switch to ext4
This commit is contained in:
parent
fdcb038b61
commit
f4fb731f94
|
@ -7,8 +7,8 @@
|
||||||
libvirt.enable = false;
|
libvirt.enable = false;
|
||||||
io.bluetooth = false;
|
io.bluetooth = false;
|
||||||
io.audio = false;
|
io.audio = false;
|
||||||
fs.type = "btrfs";
|
fs.type = "ext4";
|
||||||
fs.store = "534f985d-0540-49eb-a2f6-b30ea16f41ad";
|
fs.store = "7c3459d2-c046-4ef6-8bc6-a8cf97bcade9";
|
||||||
oci.enable = true;
|
oci.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue