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 defaultNetwork.settings = lib.mkOption { 143 type = json.type; 144 default = { }; 145 description = lib.mdDoc '' 146 Settings for podman's default network. 147 '';
··· 142 defaultNetwork.settings = lib.mkOption { 143 type = json.type; 144 default = { }; 145 + example = lib.literalExpression "{ dns_enabled = true; }"; 146 description = lib.mdDoc '' 147 Settings for podman's default network. 148 '';