Podman: Difference between revisions
imported>MrVanDalo No edit summary |
imported>Melkor333 Add configure for the podman defaultNetwork on NixOS >22.11 |
||
Line 14: | Line 14: | ||
# Required for containers under podman-compose to be able to talk to each other. | # Required for containers under podman-compose to be able to talk to each other. | ||
defaultNetwork.dnsname.enable = true; | virtualisation.podman.defaultNetwork.dnsname.enable | ||
# For Nixos version > 22.11 | |||
#defaultNetwork.settings = { | |||
# dns_enabled = true; | |||
#}; | |||
}; | }; | ||
}; | }; |