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 = {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user