allowed old docker version
Check NixOS configurations / eval-hosts (push) Failing after 6m46s

This commit is contained in:
2026-06-28 15:52:38 +10:00
parent 0154648aa2
commit fc193d0932
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -19,6 +19,10 @@ in
../../modules/nix/remote-builder-client.nix ../../modules/nix/remote-builder-client.nix
]; ];
nixpkgs.config.permittedInsecurePackages = [
"docker-28.5.2"
];
networking.hostName = "docker"; # Define your hostname. networking.hostName = "docker"; # Define your hostname.
# virtualisation.docker.enable = true; # virtualisation.docker.enable = true;
virtualisation.docker = { virtualisation.docker = {
+1 -1
View File
@@ -25,7 +25,7 @@ in
# Enable docker-compose # Enable docker-compose
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose docker-compose
docker_25 docker
]; ];
# Mount docker persistent data # Mount docker persistent data