fix(pihole): pin image to 2026.07.2 (sed failed in prior commit)

This commit is contained in:
erik
2026-07-14 00:11:08 +02:00
parent fd3ccf5f07
commit 20a16fda99
+1 -1
View File
@@ -14,7 +14,7 @@
virtualisation.oci-containers = { virtualisation.oci-containers = {
backend = "podman"; backend = "podman";
containers.pihole = { 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; autoStart = true;
extraOptions = [ extraOptions = [
"--network=host" # DHCP broadcast + host unbound on 127.0.0.1 "--network=host" # DHCP broadcast + host unbound on 127.0.0.1