diff --git a/machines/cj/pihole.nix b/machines/cj/pihole.nix index 6efc0b8..0a49b20 100644 --- a/machines/cj/pihole.nix +++ b/machines/cj/pihole.nix @@ -1,5 +1,5 @@ { serverIP, serverIP6 } : { - image = "pihole/pihole:2022.10"; + image = "pihole/pihole:2023.03.1"; ports = [ "53:53/tcp" "53:53/udp"