home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit e53b1bc55183dc43c2cb2f872b2ba0eb9ff77b88
parent 954ffa53027ca4e2ef58b0cad71acaae77cdb7fb
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  6 Aug 2024 11:26:35 +0200

systems: update docker to 27.x

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 2+-
Msystems/hosts/shikoku.nix | 2+-
Msystems/hosts/wakasu.nix | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -89,7 +89,7 @@ in enable = true; docker = { enable = true; - package = pkgs.docker_26; + package = pkgs.docker_27; }; podman.enable = true; buildkit = { diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -93,7 +93,7 @@ in containers = { docker = { enable = true; - package = pkgs.docker_26; + package = pkgs.docker_27; }; podman.enable = true; buildkit = { diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -130,7 +130,7 @@ in virtualisation.podman.autoPrune.enable = true; environment.systemPackages = with pkgs; [ # docker client only - (docker_26.override { clientOnly = true; }) + (docker_27.override { clientOnly = true; }) officemode roadmode # obsidian # electron is eol...