From 20a16fda9970f9f5587e49ee270e107e4101e0fc Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 14 Jul 2026 00:11:08 +0200 Subject: [PATCH] fix(pihole): pin image to 2026.07.2 (sed failed in prior commit) --- services/pihole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pihole.nix b/services/pihole.nix index b7ac31b..dbcefa9 100644 --- a/services/pihole.nix +++ b/services/pihole.nix @@ -14,7 +14,7 @@ virtualisation.oci-containers = { backend = "podman"; containers.pihole = { - image = "pihole/pihole:latest"; # TODO: pin to the tested version after VM check + image = "pihole/pihole:2026.07.2"; # validated in mercury-vm autoStart = true; extraOptions = [ "--network=host" # DHCP broadcast + host unbound on 127.0.0.1