diff --git a/machines/cj/pihole.nix b/machines/cj/pihole.nix index 909523b..f81d26f 100644 --- a/machines/cj/pihole.nix +++ b/machines/cj/pihole.nix @@ -1,5 +1,5 @@ { serverIP, serverIP6 } : { - image = "pihole/pihole:2024.07.0"; + image = "pihole/pihole:2025.04.0"; ports = [ "53:53/tcp" "53:53/udp"