that apparently killed forgejo-runners? i am re-enabling it now and want to see if pihole really dies from this or if it was just a coincidence
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 13:06:19 +02:00
parent 786c6c5ae1
commit 30d01bd63b

View file

@ -15,7 +15,7 @@
podman = { podman = {
enable = true; enable = true;
dockerCompat = false; dockerCompat = false;
defaultNetwork.settings.dns_enabled = false; defaultNetwork.settings.dns_enabled = dns;
}; };
oci-containers.backend = "podman"; oci-containers.backend = "podman";
}; };