switch docker for podman

This commit is contained in:
twoneis 2024-01-11 17:08:06 +01:00
parent 7f14b393c6
commit 2cb497f767

View file

@ -1,4 +1,6 @@
{ ... }: { { ... }: {
virtualisation.docker.enable = true; virtualisation.podman = {
users.users.twoneis.extraGroups = [ "docker" ]; enabel = true;
dockerCompat = true;
};
} }