Loading nixos/modules/virtualisation/podman/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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. ''; Loading Loading
nixos/modules/virtualisation/podman/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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. ''; Loading