feat: set docker as oci-containers backend

This commit is contained in:
tux
2025-01-11 02:26:59 +05:30
parent 9b565ddb8e
commit e0b19ede5a

View File

@ -4,6 +4,7 @@
...
}: {
virtualisation = {
oci-containers.backend = "docker";
docker.enable = true;
};