fix(incinerator): switch to ext4
This commit is contained in:
parent
cb500a1b58
commit
dd8b7593c3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue