diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 4b5a2f6..b3bce5f 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -37,7 +37,7 @@ in # Enable docker-compose environment.systemPackages = with pkgs; [ docker-compose - docker_25 + docker_29 nfs-utils ];