ma virtualisation: docker_compose -> docker-compose

This commit is contained in:
makefu 2022-06-07 20:40:30 +02:00
parent ab44de9c8a
commit bcdd6389a3
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -3,7 +3,7 @@
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs;[
docker
docker_compose
docker-compose
];
users.users.${config.krebs.build.user.name}.extraGroups = [ "docker" ];
}