From 7e1768c2e8118c0ce508213452948e5cb017d0c8 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Sun, 28 Jun 2026 06:40:12 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- hosts/docker/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 ];