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 # Enable Docker
virtualisation.podman = { # TODO: podman
enable = true; virtualisation.docker.enable = true;
dockerCompat = true;
};
environment.systemPackages = with pkgs; [
docker-compose
];
} }