Switch to docker_29

docker version 28 is marked insecure.
This commit is contained in:
JuliusFreudenberger 2026-06-10 22:20:52 +02:00
parent 578386193b
commit 668ac68f2c
4 changed files with 5 additions and 4 deletions

View file

@ -206,7 +206,7 @@ in {
};
systemd.services."docker-network-traefik" = {
path = [ pkgs.docker ];
path = [ pkgs.docker_29 ];
serviceConfig = {
Type = "oneshot";
};