From 605202d32e7c10917577eaa5cbb3561ee7976b36 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 18 Jun 2026 21:20:24 +0200 Subject: Fixed docker --- hosts/herra/ai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/herra') diff --git a/hosts/herra/ai.nix b/hosts/herra/ai.nix index 4f322cd..bb6692a 100644 --- a/hosts/herra/ai.nix +++ b/hosts/herra/ai.nix @@ -65,7 +65,7 @@ in { Type = "oneshot"; RemainAfterExit = true; }; - path = [pkgs.git pkgs.docker]; + path = [pkgs.git pkgs.unstable.docker_29]; script = '' if [ ! -d "${odysseusDir}/.git" ]; then git clone ${odysseusRepo} ${odysseusDir} -- cgit v1.2.3