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:
parent
9200eedb04
commit
e9f8ac29aa
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue