this apparently made pihole cry and fail to start
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 12:39:32 +02:00
parent 84d04aab93
commit 86fd04307a

View file

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