Compare commits

..

No commits in common. "efd729eb3f79db51b18581b2864491646a15a7bb" and "05622e6127a173d9a65c28b4d939f9752e801bdd" have entirely different histories.

View File

@ -1,12 +1,5 @@
{ pkgs, ... }:
{
# Enable Podman w/ docker compose compatibility
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
environment.systemPackages = with pkgs; [
docker-compose
];
# Enable Docker
# TODO: podman
virtualisation.docker.enable = true;
}