nixos/podman: add example to enable network dns

This commit is contained in:
Sandro Jäckel 2023-03-27 00:04:15 +02:00 committed by zowoq
parent 6f558d3009
commit 056be64f11

View File

@ -142,6 +142,7 @@ in
defaultNetwork.settings = lib.mkOption {
type = json.type;
default = { };
example = lib.literalExpression "{ dns_enabled = true; }";
description = lib.mdDoc ''
Settings for podman's default network.
'';