nixos/podman: add example to enable network dns

authored by Sandro Jäckel and committed by zowoq 056be64f 6f558d30

+1
+1
nixos/modules/virtualisation/podman/default.nix
··· 142 142 defaultNetwork.settings = lib.mkOption { 143 143 type = json.type; 144 144 default = { }; 145 + example = lib.literalExpression "{ dns_enabled = true; }"; 145 146 description = lib.mdDoc '' 146 147 Settings for podman's default network. 147 148 '';