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 = { virtualisation = {
podman = { docker.enable = true;
enable = true;
dockerCompat = true;
};
oci-containers = { oci-containers = {
backend = "podman"; backend = "docker";
containers = { containers = {
kotori = { kotori = {
image = "kamov/kotori"; image = "kamov/kotori";