pihole: Specify latest version

This will require manual update, but as it is, the version being run is
more than a year old and is just not secure anymore. This might fare better.
This commit is contained in:
Payas Relekar 2023-11-12 23:25:42 +05:30
parent d7ae5e7354
commit 2121e0e7ff

View file

@ -5,7 +5,7 @@ in
{
virtualisation.oci-containers.containers.pihole = {
autoStart = true;
image = "pihole/pihole:latest";
image = "pihole/pihole@sha256:919da483321e64fe108c64f25f1176d83d51013712fc1a51125e996ffe24f652";
login.registry = "https://docker.pkg.github.com";
ports = [
"${serverIP}:53:53/tcp"