Replace docker-compose with podman-compose

This commit is contained in:
Jakob Lechner 2024-06-26 20:26:13 +02:00
parent 256db2b5dc
commit a8b74142e1
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,11 @@
{ pkgs, ... }:
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
environment.systemPackages = with pkgs; [
podman-compose
];
}

View file

@ -49,7 +49,6 @@ in
# common
asciinema
bat
docker-compose
envsubst
gnupg
nmap