feat(library): enable oci runtime
This commit is contained in:
parent
a468d03715
commit
a9a069ca89
|
@ -14,6 +14,7 @@
|
|||
fs.extPersist.enable = true;
|
||||
fs.extPersist.device = "/dev/disk/by-uuid/ba3d0989-9f81-4ac0-b5a7-124c86835cfa";
|
||||
fs.extPersist.fsType = "ext4";
|
||||
oci.enable = true;
|
||||
};
|
||||
|
||||
networking.proxy = {
|
||||
|
|
Loading…
Reference in a new issue