nix-config/modules/system/docker.nix
2024-01-11 17:08:06 +01:00

6 lines
90 B
Nix

{ ... }: {
virtualisation.podman = {
enabel = true;
dockerCompat = true;
};
}