Enable docker compat for podman on omen

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-18 11:45:37 +02:00
parent 86461c73b8
commit c763d66183
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -70,6 +70,7 @@ in
system.stateVersion = "20.09";
virtualisation.podman.enable = true;
virtualisation.podman.dockerCompat = true;
});
};
}