Commit 056be64f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by zowoq
Browse files

nixos/podman: add example to enable network dns

parent 6f558d30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
      '';