From fc193d0932ab4e17474e4cbdeb3319cc19622c30 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Sun, 28 Jun 2026 15:52:38 +1000 Subject: [PATCH] allowed old docker version --- hosts/docker/configuration.nix | 4 ++++ hosts/kuma/configuration.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 3194449..f442f2e 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -19,6 +19,10 @@ in ../../modules/nix/remote-builder-client.nix ]; + nixpkgs.config.permittedInsecurePackages = [ + "docker-28.5.2" + ]; + networking.hostName = "docker"; # Define your hostname. # virtualisation.docker.enable = true; virtualisation.docker = { diff --git a/hosts/kuma/configuration.nix b/hosts/kuma/configuration.nix index 0cddbe2..ed05350 100644 --- a/hosts/kuma/configuration.nix +++ b/hosts/kuma/configuration.nix @@ -25,7 +25,7 @@ in # Enable docker-compose environment.systemPackages = with pkgs; [ docker-compose - docker_25 + docker ]; # Mount docker persistent data