feat(library): enable oci runtime

This commit is contained in:
514fpv 2024-01-11 14:04:23 +08:00
parent a468d03715
commit a9a069ca89
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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 = {