fix(pihole): pin image to 2026.07.2 (sed failed in prior commit)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user