docker: use version 26
This commit is contained in:
parent
607bc5b9ed
commit
0660ee4e8f
|
@ -8,7 +8,7 @@ with lib; let
|
||||||
psCfg = config.pub-solar;
|
psCfg = config.pub-solar;
|
||||||
in {
|
in {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.docker.package = pkgs.docker_24;
|
virtualisation.docker.package = pkgs.docker_26;
|
||||||
|
|
||||||
users.users."${psCfg.user.name}" = {
|
users.users."${psCfg.user.name}" = {
|
||||||
extraGroups = ["docker"];
|
extraGroups = ["docker"];
|
||||||
|
|
Loading…
Reference in a new issue