docker: use NixOS 24.05 default (version 25)

This commit is contained in:
teutat3s 2024-08-08 21:39:16 +02:00
parent afb2269f7f
commit 680e151b8b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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"];