diff --git a/2configs/virtualisation/docker.nix b/2configs/virtualisation/docker.nix index b830bc3..1c204db 100644 --- a/2configs/virtualisation/docker.nix +++ b/2configs/virtualisation/docker.nix @@ -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" ]; }