diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 24f5368..0ed45ff 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -73,7 +73,7 @@ Add this module to your NixOS configuration: virtualisation.docker.enable = false; virtualisation.podman.enable = true; virtualisation.podman.dockerSocket.enable = true; - virtualisation.podman.defaultNetwork.dnsname.enable = true; + virtualisation.podman.defaultNetwork.settings.dns_enabled = true; # Use your username instead of `myuser` users.extraUsers.myuser.extraGroups = ["podman"];