forked from pub-solar/os
docker: use NixOS 24.05 default (version 25)
This commit is contained in:
parent
afb2269f7f
commit
680e151b8b
|
@ -8,7 +8,6 @@ let
|
|||
psCfg = config.pub-solar;
|
||||
in {
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.package = pkgs.docker_26;
|
||||
|
||||
users.users."${psCfg.user.name}" = {
|
||||
extraGroups = ["docker"];
|
||||
|
|
Loading…
Reference in a new issue