diff options
| -rw-r--r-- | hosts/herra/ai.nix | 2 | ||||
| -rw-r--r-- | system/virtualisation.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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} diff --git a/system/virtualisation.nix b/system/virtualisation.nix index eae69f7..c68c2fe 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -2,7 +2,7 @@ virtualisation.docker = { enable = true; autoPrune.enable = true; - package = pkgs.docker_29; + package = pkgs.unstable.docker_29; }; virtualisation.oci-containers = { backend = "docker"; |
