diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 7e9ba20..20f9142 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -42,6 +42,7 @@ in # Enable docker-compose environment.systemPackages = with pkgs; [ docker-compose + docker_29 nfs-utils ];