add some stupid logic because the pihole is throwing a tantrum over its port being taken (bc it's the dns port, ugh)

This commit is contained in:
Ittihadyya 2024-12-20 21:10:56 +02:00
parent 9200eedb04
commit e9f8ac29aa

View file

@ -15,7 +15,7 @@
podman = { podman = {
enable = true; enable = true;
dockerCompat = false; dockerCompat = false;
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = (config.networking.hostName == "glucose");
}; };
oci-containers.backend = "podman"; oci-containers.backend = "podman";
}; };