docker: use version 26

This commit is contained in:
teutat3s 2024-05-27 10:58:57 +02:00
parent 607bc5b9ed
commit 0660ee4e8f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -8,7 +8,7 @@ with lib; let
psCfg = config.pub-solar;
in {
virtualisation.docker.enable = true;
virtualisation.docker.package = pkgs.docker_24;
virtualisation.docker.package = pkgs.docker_26;
users.users."${psCfg.user.name}" = {
extraGroups = ["docker"];