Swap container backend

This commit is contained in:
Maciej Jur 2023-07-12 23:18:16 +02:00
parent 3b4c8a5756
commit 5b57585e5e
No known key found for this signature in database
GPG key ID: ADA3BF323198C639

View file

@ -143,12 +143,9 @@
};
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
};
docker.enable = true;
oci-containers = {
backend = "podman";
backend = "docker";
containers = {
kotori = {
image = "kamov/kotori";