update docker version
Check NixOS configurations / eval-hosts (push) Failing after 25m4s

This commit is contained in:
2026-06-28 16:08:46 +10:00
parent fc193d0932
commit 39332d0b93
+4 -4
View File
@@ -19,15 +19,15 @@ in
../../modules/nix/remote-builder-client.nix ../../modules/nix/remote-builder-client.nix
]; ];
nixpkgs.config.permittedInsecurePackages = [ # nixpkgs.config.permittedInsecurePackages = [
"docker-28.5.2" # "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 = {
enable = true; enable = true;
package = pkgs.docker; package = pkgs.docker_29;
# listenOptions = [ # listenOptions = [
# "unix:///var/run/docker.sock" # "unix:///var/run/docker.sock"
# "tcp://0.0.0.0:2375" # "tcp://0.0.0.0:2375"