Use docker version 24
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/254/head
teutat3s 2023-09-13 12:38:31 +02:00
parent dfd80c0e95
commit d83389b1dd
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ in {
config = mkIf cfg.enable {
virtualisation.docker.enable = true;
virtualisation.docker.package = pkgs.docker_24;
users.users = with pkgs;
pkgs.lib.setAttrByPath [psCfg.user.name] {
extraGroups = ["docker"];

View File

@ -4,6 +4,7 @@ channels: final: prev: {
inherit
(channels.latest)
nixd
docker_24
;
inherit