ma virtualisation: docker_compose -> docker-compose
This commit is contained in:
parent
9551b93c39
commit
a9bcf01d18
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue