Remove docker/podman-compose

This commit is contained in:
Daniel Lundin 2024-09-24 10:23:50 +02:00
parent 3bf22d6276
commit 2a1f0398e2
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 11 additions and 16 deletions

View file

@ -19,11 +19,6 @@ in
fi
'';
environment.systemPackages = with pkgs; [
docker-compose
podman-compose
];
virtualisation = {
containers = {
enable = true;